Html Css Color HEX #D85285 Cranberry

📋 copy color: '#D85285'

red 216 ◦ green 82 ◦ blue 133

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

Shades of Cranberry #D85285

Tints of Cranberry #D85285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.03%

 BLUE value IS 133 (52.34% from 255) = 30.86%

R = 50.12%
G = 19.03%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D85285 (or 0xD85285) is known color: Cranberry. HEX triplet: D8, 52 and 85. RGB value is (216,82,133). Sum of RGB (Red+Green+Blue) = 216+82+133=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D85285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85285 is #27AD7A. Grayscale: #7F7F7F. Windows color (decimal): -2600315 or 8737496. OLE color: 8737496.

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

Color convert

RGB 216 82 133 -
CMYK 0 0.62 0.38 0.15
HSL 337.16º 0.63% 0.58% -
HSV(B) 337.16º 0.62% 0.85% -
XYZ 35.57 22.33 24.63 -
YUV 127.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 216 82 133 0 0.62 0.38 0.15 337.16 0.63 0.58
Hex D8 52 85 0 3E 26 F 151 3F 3A
Octal 330 122 205 0 76 46 17 521 77 72
Binary 11011000 1010010 10000101 0 111110 100110 1111 101010001 111111 111010

Color Harmonies of #D85285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85285

Black with #D85285

Text Example


Text Example

White with #D85285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85285; }

 p { color: rgb(216,82,133); }

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

background-color css

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

 a { background-color: rgb(216,82,133); }

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

border-color css

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

 span { border-color: rgb(216,82,133); }

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