Html Css Color HEX #D96078 Cranberry

📋 copy color: '#D96078'

red 217 ◦ green 96 ◦ blue 120

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

Shades of Cranberry #D96078

Tints of Cranberry #D96078

RGB

 RED value IS 217 (85.16% from 255) = 50.12%

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

 BLUE value IS 120 (47.27% from 255) = 27.71%

R = 50.12%
G = 22.17%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D96078 (or 0xD96078) is known color: Cranberry. HEX triplet: D9, 60 and 78. RGB value is (217,96,120). Sum of RGB (Red+Green+Blue) = 217+96+120=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D96078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96078 is #269F87. Grayscale: #868686. Windows color (decimal): -2531208 or 7889113. OLE color: 7889113.

HSL color Cylindrical-coordinate representation of color #D96078: hue angle of 348.1º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96078 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 96 120 -
CMYK 0 0.56 0.45 0.15
HSL 348.1º 0.61% 0.61% -
HSV(B) 348.1º 0.56% 0.85% -
XYZ 36.19 24.47 20.59 -
YUV 134.92 119.59 186.55 -
System Red Green Blue C M Y K H S L
Decimal 217 96 120 0 0.56 0.45 0.15 348.1 0.61 0.61
Hex D9 60 78 0 38 2D F 15C 3D 3D
Octal 331 140 170 0 70 55 17 534 75 75
Binary 11011001 1100000 1111000 0 111000 101101 1111 101011100 111101 111101

Color Harmonies of #D96078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96078

Black with #D96078

Text Example


Text Example

White with #D96078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96078; }

 p { color: rgb(217,96,120); }

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

background-color css

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

 a { background-color: rgb(217,96,120); }

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

border-color css

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

 span { border-color: rgb(217,96,120); }

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