Html Css Color HEX #D85A87 Cranberry

📋 copy color: '#D85A87'

red 216 ◦ green 90 ◦ blue 135

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

Shades of Cranberry #D85A87

Tints of Cranberry #D85A87

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.41%

 BLUE value IS 135 (53.13% from 255) = 30.61%

R = 48.98%
G = 20.41%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D85A87 (or 0xD85A87) is known color: Cranberry. HEX triplet: D8, 5A and 87. RGB value is (216,90,135). Sum of RGB (Red+Green+Blue) = 216+90+135=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85A87 is #27A578. Grayscale: #848484. Windows color (decimal): -2598265 or 8870616. OLE color: 8870616.

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

Color convert

RGB 216 90 135 -
CMYK 0 0.58 0.38 0.15
HSL 338.57º 0.62% 0.6% -
HSV(B) 338.57º 0.58% 0.85% -
XYZ 36.35 23.66 25.57 -
YUV 132.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 216 90 135 0 0.58 0.38 0.15 338.57 0.62 0.6
Hex D8 5A 87 0 3A 26 F 153 3E 3C
Octal 330 132 207 0 72 46 17 523 76 74
Binary 11011000 1011010 10000111 0 111010 100110 1111 101010011 111110 111100

Color Harmonies of #D85A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A87

Black with #D85A87

Text Example


Text Example

White with #D85A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A87; }

 p { color: rgb(216,90,135); }

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

background-color css

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

 a { background-color: rgb(216,90,135); }

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

border-color css

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

 span { border-color: rgb(216,90,135); }

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