Html Css Color HEX #D85170 Cranberry

📋 copy color: '#D85170'

red 216 ◦ green 81 ◦ blue 112

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

Shades of Cranberry #D85170

Tints of Cranberry #D85170

RGB

 RED value IS 216 (84.77% from 255) = 52.81%

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

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

R = 52.81%
G = 19.8%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D85170 (or 0xD85170) is known color: Cranberry. HEX triplet: D8, 51 and 70. RGB value is (216,81,112). Sum of RGB (Red+Green+Blue) = 216+81+112=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D85170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85170 is #27AE8F. Grayscale: #7C7C7C. Windows color (decimal): -2600592 or 7360984. OLE color: 7360984.

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

Color convert

RGB 216 81 112 -
CMYK 0 0.62 0.48 0.15
HSL 346.22º 0.63% 0.58% -
HSV(B) 346.22º 0.63% 0.85% -
XYZ 34.19 21.65 17.71 -
YUV 124.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 216 81 112 0 0.62 0.48 0.15 346.22 0.63 0.58
Hex D8 51 70 0 3E 30 F 15A 3F 3A
Octal 330 121 160 0 76 60 17 532 77 72
Binary 11011000 1010001 1110000 0 111110 110000 1111 101011010 111111 111010

Color Harmonies of #D85170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85170

Black with #D85170

Text Example


Text Example

White with #D85170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85170; }

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

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

background-color css

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

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

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

border-color css

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

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

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