Html Css Color HEX #D95170 Cranberry

📋 copy color: '#D95170'

red 217 ◦ green 81 ◦ blue 112

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

Shades of Cranberry #D95170

Tints of Cranberry #D95170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.76%

 BLUE value IS 112 (44.14% from 255) = 27.32%

R = 52.93%
G = 19.76%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D95170 (or 0xD95170) is known color: Cranberry. HEX triplet: D9, 51 and 70. RGB value is (217,81,112). Sum of RGB (Red+Green+Blue) = 217+81+112=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D95170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95170 is #26AE8F. Grayscale: #7D7D7D. Windows color (decimal): -2535056 or 7360985. OLE color: 7360985.

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

Color convert

RGB 217 81 112 -
CMYK 0 0.63 0.48 0.15
HSL 346.32º 0.64% 0.58% -
HSV(B) 346.32º 0.63% 0.85% -
XYZ 34.48 21.81 17.72 -
YUV 125.2 120.56 193.48 -
System Red Green Blue C M Y K H S L
Decimal 217 81 112 0 0.63 0.48 0.15 346.32 0.64 0.58
Hex D9 51 70 0 3F 30 F 15A 40 3A
Octal 331 121 160 0 77 60 17 532 100 72
Binary 11011001 1010001 1110000 0 111111 110000 1111 101011010 1000000 111010

Color Harmonies of #D95170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95170

Black with #D95170

Text Example


Text Example

White with #D95170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95170; }

 p { color: rgb(217,81,112); }

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

background-color css

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

 a { background-color: rgb(217,81,112); }

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

border-color css

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

 span { border-color: rgb(217,81,112); }

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