Html Css Color HEX #D66077 Cranberry

📋 copy color: '#D66077'

red 214 ◦ green 96 ◦ blue 119

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

Shades of Cranberry #D66077

Tints of Cranberry #D66077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.38%

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

R = 49.88%
G = 22.38%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D66077 (or 0xD66077) is known color: Cranberry. HEX triplet: D6, 60 and 77. RGB value is (214,96,119). Sum of RGB (Red+Green+Blue) = 214+96+119=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D66077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66077 is #299F88. Grayscale: #858585. Windows color (decimal): -2727817 or 7823574. OLE color: 7823574.

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

Color convert

RGB 214 96 119 -
CMYK 0 0.55 0.44 0.16
HSL 348.31º 0.59% 0.61% -
HSV(B) 348.31º 0.55% 0.84% -
XYZ 35.24 23.99 20.23 -
YUV 133.9 119.59 185.13 -
System Red Green Blue C M Y K H S L
Decimal 214 96 119 0 0.55 0.44 0.16 348.31 0.59 0.61
Hex D6 60 77 0 37 2C 10 15C 3B 3D
Octal 326 140 167 0 67 54 20 534 73 75
Binary 11010110 1100000 1110111 0 110111 101100 10000 101011100 111011 111101

Color Harmonies of #D66077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66077

Black with #D66077

Text Example


Text Example

White with #D66077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66077; }

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

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

background-color css

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

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

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

border-color css

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

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

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