Html Css Color HEX #D85188 Cranberry

📋 copy color: '#D85188'

red 216 ◦ green 81 ◦ blue 136

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

Shades of Cranberry #D85188

Tints of Cranberry #D85188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.41%

R = 49.88%
G = 18.71%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D85188 (or 0xD85188) is known color: Cranberry. HEX triplet: D8, 51 and 88. RGB value is (216,81,136). Sum of RGB (Red+Green+Blue) = 216+81+136=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D85188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85188 is #27AE77. Grayscale: #7F7F7F. Windows color (decimal): -2600568 or 8933848. OLE color: 8933848.

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

Color convert

RGB 216 81 136 -
CMYK 0 0.62 0.37 0.15
HSL 335.56º 0.63% 0.58% -
HSV(B) 335.56º 0.63% 0.85% -
XYZ 35.71 22.26 25.71 -
YUV 127.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 216 81 136 0 0.62 0.37 0.15 335.56 0.63 0.58
Hex D8 51 88 0 3E 25 F 150 3F 3A
Octal 330 121 210 0 76 45 17 520 77 72
Binary 11011000 1010001 10001000 0 111110 100101 1111 101010000 111111 111010

Color Harmonies of #D85188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85188

Black with #D85188

Text Example


Text Example

White with #D85188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85188; }

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

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

background-color css

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

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

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

border-color css

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

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

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