Html Css Color HEX #D85284 Cranberry

📋 copy color: '#D85284'

red 216 ◦ green 82 ◦ blue 132

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

Shades of Cranberry #D85284

Tints of Cranberry #D85284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.7%

R = 50.23%
G = 19.07%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D85284 (or 0xD85284) is known color: Cranberry. HEX triplet: D8, 52 and 84. RGB value is (216,82,132). Sum of RGB (Red+Green+Blue) = 216+82+132=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D85284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85284 is #27AD7B. Grayscale: #7F7F7F. Windows color (decimal): -2600316 or 8671960. OLE color: 8671960.

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

Color convert

RGB 216 82 132 -
CMYK 0 0.62 0.39 0.15
HSL 337.61º 0.63% 0.58% -
HSV(B) 337.61º 0.62% 0.85% -
XYZ 35.5 22.3 24.26 -
YUV 127.77 130.39 190.93 -
System Red Green Blue C M Y K H S L
Decimal 216 82 132 0 0.62 0.39 0.15 337.61 0.63 0.58
Hex D8 52 84 0 3E 27 F 152 3F 3A
Octal 330 122 204 0 76 47 17 522 77 72
Binary 11011000 1010010 10000100 0 111110 100111 1111 101010010 111111 111010

Color Harmonies of #D85284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85284

Black with #D85284

Text Example


Text Example

White with #D85284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85284; }

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

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

background-color css

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

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

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

border-color css

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

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

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