Html Css Color HEX #D95572 Cranberry

📋 copy color: '#D95572'

red 217 ◦ green 85 ◦ blue 114

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

Shades of Cranberry #D95572

Tints of Cranberry #D95572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.43%

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

R = 52.16%
G = 20.43%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D95572 (or 0xD95572) is known color: Cranberry. HEX triplet: D9, 55 and 72. RGB value is (217,85,114). Sum of RGB (Red+Green+Blue) = 217+85+114=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D95572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95572 is #26AA8D. Grayscale: #7F7F7F. Windows color (decimal): -2534030 or 7493081. OLE color: 7493081.

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

Color convert

RGB 217 85 114 -
CMYK 0 0.61 0.47 0.15
HSL 346.82º 0.63% 0.59% -
HSV(B) 346.82º 0.61% 0.85% -
XYZ 34.9 22.46 18.42 -
YUV 127.77 120.23 191.64 -
System Red Green Blue C M Y K H S L
Decimal 217 85 114 0 0.61 0.47 0.15 346.82 0.63 0.59
Hex D9 55 72 0 3D 2F F 15B 3F 3B
Octal 331 125 162 0 75 57 17 533 77 73
Binary 11011001 1010101 1110010 0 111101 101111 1111 101011011 111111 111011

Color Harmonies of #D95572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95572

Black with #D95572

Text Example


Text Example

White with #D95572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95572; }

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

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

background-color css

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

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

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

border-color css

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

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

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