Html Css Color HEX #D76079 Cranberry

📋 copy color: '#D76079'

red 215 ◦ green 96 ◦ blue 121

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

Shades of Cranberry #D76079

Tints of Cranberry #D76079

RGB

 RED value IS 215 (84.38% from 255) = 49.77%

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

 BLUE value IS 121 (47.66% from 255) = 28.01%

R = 49.77%
G = 22.22%
B = 28.01%

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

#D76079 (or 0xD76079) is known color: Cranberry. HEX triplet: D7, 60 and 79. RGB value is (215,96,121). Sum of RGB (Red+Green+Blue) = 215+96+121=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D76079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76079 is #289F86. Grayscale: #868686. Windows color (decimal): -2662279 or 7954647. OLE color: 7954647.

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

Color convert

RGB 215 96 121 -
CMYK 0 0.55 0.44 0.16
HSL 347.4º 0.6% 0.61% -
HSV(B) 347.4º 0.55% 0.84% -
XYZ 35.66 24.19 20.88 -
YUV 134.43 120.42 185.47 -
System Red Green Blue C M Y K H S L
Decimal 215 96 121 0 0.55 0.44 0.16 347.4 0.6 0.61
Hex D7 60 79 0 37 2C 10 15B 3C 3D
Octal 327 140 171 0 67 54 20 533 74 75
Binary 11010111 1100000 1111001 0 110111 101100 10000 101011011 111100 111101

Color Harmonies of #D76079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76079

Black with #D76079

Text Example


Text Example

White with #D76079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76079; }

 p { color: rgb(215,96,121); }

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

background-color css

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

 a { background-color: rgb(215,96,121); }

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

border-color css

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

 span { border-color: rgb(215,96,121); }

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