Html Css Color HEX #D95079 Cranberry

📋 copy color: '#D95079'

red 217 ◦ green 80 ◦ blue 121

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

Shades of Cranberry #D95079

Tints of Cranberry #D95079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

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

R = 51.91%
G = 19.14%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D95079 (or 0xD95079) is known color: Cranberry. HEX triplet: D9, 50 and 79. RGB value is (217,80,121). Sum of RGB (Red+Green+Blue) = 217+80+121=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D95079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95079 is #26AF86. Grayscale: #7D7D7D. Windows color (decimal): -2535303 or 7950553. OLE color: 7950553.

HSL color Cylindrical-coordinate representation of color #D95079: hue angle of 342.04º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95079 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 80 121 -
CMYK 0 0.63 0.44 0.15
HSL 342.04º 0.64% 0.58% -
HSV(B) 342.04º 0.63% 0.85% -
XYZ 34.94 21.87 20.47 -
YUV 125.64 125.39 193.17 -
System Red Green Blue C M Y K H S L
Decimal 217 80 121 0 0.63 0.44 0.15 342.04 0.64 0.58
Hex D9 50 79 0 3F 2C F 156 40 3A
Octal 331 120 171 0 77 54 17 526 100 72
Binary 11011001 1010000 1111001 0 111111 101100 1111 101010110 1000000 111010

Color Harmonies of #D95079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95079

Black with #D95079

Text Example


Text Example

White with #D95079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95079; }

 p { color: rgb(217,80,121); }

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

background-color css

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

 a { background-color: rgb(217,80,121); }

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

border-color css

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

 span { border-color: rgb(217,80,121); }

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