Html Css Color HEX #D95972 Cranberry

📋 copy color: '#D95972'

red 217 ◦ green 89 ◦ blue 114

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

Shades of Cranberry #D95972

Tints of Cranberry #D95972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.19%

 BLUE value IS 114 (44.92% from 255) = 27.14%

R = 51.67%
G = 21.19%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D95972 (or 0xD95972) is known color: Cranberry. HEX triplet: D9, 59 and 72. RGB value is (217,89,114). Sum of RGB (Red+Green+Blue) = 217+89+114=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D95972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95972 is #26A68D. Grayscale: #828282. Windows color (decimal): -2533006 or 7494105. OLE color: 7494105.

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

Color convert

RGB 217 89 114 -
CMYK 0 0.59 0.47 0.15
HSL 348.28º 0.63% 0.6% -
HSV(B) 348.28º 0.59% 0.85% -
XYZ 35.22 23.11 18.52 -
YUV 130.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 217 89 114 0 0.59 0.47 0.15 348.28 0.63 0.6
Hex D9 59 72 0 3B 2F F 15C 3F 3C
Octal 331 131 162 0 73 57 17 534 77 74
Binary 11011001 1011001 1110010 0 111011 101111 1111 101011100 111111 111100

Color Harmonies of #D95972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95972

Black with #D95972

Text Example


Text Example

White with #D95972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95972; }

 p { color: rgb(217,89,114); }

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

background-color css

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

 a { background-color: rgb(217,89,114); }

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

border-color css

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

 span { border-color: rgb(217,89,114); }

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