Html Css Color HEX #D95077 Cranberry

📋 copy color: '#D95077'

red 217 ◦ green 80 ◦ blue 119

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

Shades of Cranberry #D95077

Tints of Cranberry #D95077

RGB

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

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

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

R = 52.16%
G = 19.23%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D95077 (or 0xD95077) is known color: Cranberry. HEX triplet: D9, 50 and 77. RGB value is (217,80,119). Sum of RGB (Red+Green+Blue) = 217+80+119=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D95077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95077 is #26AF88. Grayscale: #7D7D7D. Windows color (decimal): -2535305 or 7819481. OLE color: 7819481.

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

Color convert

RGB 217 80 119 -
CMYK 0 0.63 0.45 0.15
HSL 342.92º 0.64% 0.58% -
HSV(B) 342.92º 0.63% 0.85% -
XYZ 34.81 21.82 19.83 -
YUV 125.41 124.39 193.33 -
System Red Green Blue C M Y K H S L
Decimal 217 80 119 0 0.63 0.45 0.15 342.92 0.64 0.58
Hex D9 50 77 0 3F 2D F 157 40 3A
Octal 331 120 167 0 77 55 17 527 100 72
Binary 11011001 1010000 1110111 0 111111 101101 1111 101010111 1000000 111010

Color Harmonies of #D95077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95077

Black with #D95077

Text Example


Text Example

White with #D95077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95077; }

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

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

background-color css

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

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

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

border-color css

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

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

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