Html Css Color HEX #D85178 Cranberry

📋 copy color: '#D85178'

red 216 ◦ green 81 ◦ blue 120

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

Shades of Cranberry #D85178

Tints of Cranberry #D85178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.78%

R = 51.8%
G = 19.42%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D85178 (or 0xD85178) is known color: Cranberry. HEX triplet: D8, 51 and 78. RGB value is (216,81,120). Sum of RGB (Red+Green+Blue) = 216+81+120=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D85178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85178 is #27AE87. Grayscale: #7D7D7D. Windows color (decimal): -2600584 or 7885272. OLE color: 7885272.

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

Color convert

RGB 216 81 120 -
CMYK 0 0.62 0.44 0.15
HSL 342.67º 0.63% 0.58% -
HSV(B) 342.67º 0.63% 0.85% -
XYZ 34.65 21.84 20.16 -
YUV 125.81 124.73 192.33 -
System Red Green Blue C M Y K H S L
Decimal 216 81 120 0 0.62 0.44 0.15 342.67 0.63 0.58
Hex D8 51 78 0 3E 2C F 157 3F 3A
Octal 330 121 170 0 76 54 17 527 77 72
Binary 11011000 1010001 1111000 0 111110 101100 1111 101010111 111111 111010

Color Harmonies of #D85178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85178

Black with #D85178

Text Example


Text Example

White with #D85178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85178; }

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

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

background-color css

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

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

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

border-color css

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

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

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