Html Css Color HEX #D85584 Cranberry

📋 copy color: '#D85584'

red 216 ◦ green 85 ◦ blue 132

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

Shades of Cranberry #D85584

Tints of Cranberry #D85584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.63%

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

R = 49.88%
G = 19.63%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D85584 (or 0xD85584) is known color: Cranberry. HEX triplet: D8, 55 and 84. RGB value is (216,85,132). Sum of RGB (Red+Green+Blue) = 216+85+132=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D85584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85584 is #27AA7B. Grayscale: #818181. Windows color (decimal): -2599548 or 8672728. OLE color: 8672728.

HSL color Cylindrical-coordinate representation of color #D85584: hue angle of 338.47º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85584 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 85 132 -
CMYK 0 0.61 0.39 0.15
HSL 338.47º 0.63% 0.59% -
HSV(B) 338.47º 0.61% 0.85% -
XYZ 35.73 22.76 24.34 -
YUV 129.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 216 85 132 0 0.61 0.39 0.15 338.47 0.63 0.59
Hex D8 55 84 0 3D 27 F 152 3F 3B
Octal 330 125 204 0 75 47 17 522 77 73
Binary 11011000 1010101 10000100 0 111101 100111 1111 101010010 111111 111011

Color Harmonies of #D85584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85584

Black with #D85584

Text Example


Text Example

White with #D85584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85584; }

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

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

background-color css

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

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

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

border-color css

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

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

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