Html Css Color HEX #D95672 Cranberry

📋 copy color: '#D95672'

red 217 ◦ green 86 ◦ blue 114

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

Shades of Cranberry #D95672

Tints of Cranberry #D95672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.62%

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

R = 52.04%
G = 20.62%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D95672 (or 0xD95672) is known color: Cranberry. HEX triplet: D9, 56 and 72. RGB value is (217,86,114). Sum of RGB (Red+Green+Blue) = 217+86+114=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D95672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95672 is #26A98D. Grayscale: #808080. Windows color (decimal): -2533774 or 7493337. OLE color: 7493337.

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

Color convert

RGB 217 86 114 -
CMYK 0 0.60 0.47 0.15
HSL 347.18º 0.63% 0.59% -
HSV(B) 347.18º 0.6% 0.85% -
XYZ 34.98 22.62 18.44 -
YUV 128.36 119.9 191.22 -
System Red Green Blue C M Y K H S L
Decimal 217 86 114 0 0.60 0.47 0.15 347.18 0.63 0.59
Hex D9 56 72 0 3C 2F F 15B 3F 3B
Octal 331 126 162 0 74 57 17 533 77 73
Binary 11011001 1010110 1110010 0 111100 101111 1111 101011011 111111 111011

Color Harmonies of #D95672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95672

Black with #D95672

Text Example


Text Example

White with #D95672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95672; }

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

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

background-color css

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

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

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

border-color css

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

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

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