Html Css Color HEX #D66076 Cranberry

📋 copy color: '#D66076'

red 214 ◦ green 96 ◦ blue 118

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

Shades of Cranberry #D66076

Tints of Cranberry #D66076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.57%

R = 50%
G = 22.43%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D66076 (or 0xD66076) is known color: Cranberry. HEX triplet: D6, 60 and 76. RGB value is (214,96,118). Sum of RGB (Red+Green+Blue) = 214+96+118=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D66076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66076 is #299F89. Grayscale: #858585. Windows color (decimal): -2727818 or 7758038. OLE color: 7758038.

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

Color convert

RGB 214 96 118 -
CMYK 0 0.55 0.45 0.16
HSL 348.81º 0.59% 0.61% -
HSV(B) 348.81º 0.55% 0.84% -
XYZ 35.18 23.97 19.91 -
YUV 133.79 119.09 185.21 -
System Red Green Blue C M Y K H S L
Decimal 214 96 118 0 0.55 0.45 0.16 348.81 0.59 0.61
Hex D6 60 76 0 37 2D 10 15D 3B 3D
Octal 326 140 166 0 67 55 20 535 73 75
Binary 11010110 1100000 1110110 0 110111 101101 10000 101011101 111011 111101

Color Harmonies of #D66076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66076

Black with #D66076

Text Example


Text Example

White with #D66076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66076; }

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

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

background-color css

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

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

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

border-color css

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

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

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