Html Css Color HEX #D85180 Cranberry

📋 copy color: '#D85180'

red 216 ◦ green 81 ◦ blue 128

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

Shades of Cranberry #D85180

Tints of Cranberry #D85180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.12%

R = 50.82%
G = 19.06%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D85180 (or 0xD85180) is known color: Cranberry. HEX triplet: D8, 51 and 80. RGB value is (216,81,128). Sum of RGB (Red+Green+Blue) = 216+81+128=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D85180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85180 is #27AE7F. Grayscale: #7E7E7E. Windows color (decimal): -2600576 or 8409560. OLE color: 8409560.

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

Color convert

RGB 216 81 128 -
CMYK 0 0.62 0.41 0.15
HSL 339.11º 0.63% 0.58% -
HSV(B) 339.11º 0.63% 0.85% -
XYZ 35.16 22.04 22.82 -
YUV 126.72 128.73 191.68 -
System Red Green Blue C M Y K H S L
Decimal 216 81 128 0 0.62 0.41 0.15 339.11 0.63 0.58
Hex D8 51 80 0 3E 29 F 153 3F 3A
Octal 330 121 200 0 76 51 17 523 77 72
Binary 11011000 1010001 10000000 0 111110 101001 1111 101010011 111111 111010

Color Harmonies of #D85180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85180

Black with #D85180

Text Example


Text Example

White with #D85180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85180; }

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

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

background-color css

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

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

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

border-color css

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

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

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