#D64471

Color #D64471 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D64471

Tints of Cranberry #D64471

Color information

#D64471 (or 0xD64471) is unknown color: approx Cranberry. HEX triplet: D6, 44 and 71. RGB value is (214,68,113). Sum of RGB (Red+Green+Blue) = 214+68+113=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D64471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64471 is #29BB8E. Grayscale: #747474. Windows color (decimal): -2734991 or 7423190. OLE color: 7423190.

HSL color Cylindrical-coordinate representation of color #D64471: hue angle of 341.51º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64471 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB21468113-
CMYK00.680.470.16
HSL341.51º64.04%55.29%-
HSV(B)341.51º68.22%83.92%-
XYZ32.7819.6217.68-
YUV116.78125.87197.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 54.18%
GREEN value IS 68 (26.95% from 255) = 17.22%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=54.18%
G=17.22%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146811300.680.470.16341.5164.0455.29
HexD644710442F101564037
Octal3261041610104572052610067
Binary110101101000100111000101000100101111100001010101101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64471; }

 p { color: rgb(214,68,113); }

 H1.HeaderClassName
 {
   color: #D64471;
 }
 .AnyTagClassName
 {
   color: #D64471;
 }
</style>
background-color css

<style>
 a { background-color: #D64471; }

 a { background-color: rgb(214,68,113); }

 div.DivClassName
 {
   background-color: #D64471;
 }
 .BgClassName
 {
   background-color: #D64471;
 }
</style>
border-color css

<style>
 span { border-color: #D64471; }

 span { border-color: rgb(214,68,113); }

 td.TdClassName
 {
   border-color: #D64471;
 }
 .TagClassName
 {
   border-color: #D64471;
 }
</style>