Html Css Color HEX #D64477 Cranberry

📋 copy color: '#D64477'

red 214 ◦ green 68 ◦ blue 119

#D64477
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D64477

Tints of Cranberry #D64477

RGB

 RED value IS 214 (83.98% from 255) = 53.37%

 GREEN value IS 68 (26.95% from 255) = 16.96%

 BLUE value IS 119 (46.88% from 255) = 29.68%

R = 53.37%
G = 16.96%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D64477 (or 0xD64477) is known color: Cranberry. HEX triplet: D6, 44 and 77. RGB value is (214,68,119). Sum of RGB (Red+Green+Blue) = 214+68+119=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D64477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64477 is #29BB88. Grayscale: #757575. Windows color (decimal): -2734985 or 7816406. OLE color: 7816406.

HSL color Cylindrical-coordinate representation of color #D64477: hue angle of 339.04º 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 #D64477 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 119 -
CMYK 0 0.68 0.44 0.16
HSL 339.04º 0.64% 0.55% -
HSV(B) 339.04º 0.68% 0.84% -
XYZ 33.13 19.76 19.52 -
YUV 117.47 128.87 196.85 -
System Red Green Blue C M Y K H S L
Decimal 214 68 119 0 0.68 0.44 0.16 339.04 0.64 0.55
Hex D6 44 77 0 44 2C 10 153 40 37
Octal 326 104 167 0 104 54 20 523 100 67
Binary 11010110 1000100 1110111 0 1000100 101100 10000 101010011 1000000 110111

Color Harmonies of #D64477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64477

Black with #D64477

Text Example


Text Example

White with #D64477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64477; }

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

 H1.HeaderClassName
 {
   color: #D64477;
 }
 .AnyTagClassName
 {
   color: #D64477;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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