Html Css Color HEX #D85484 Cranberry

📋 copy color: '#D85484'

red 216 ◦ green 84 ◦ blue 132

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

Shades of Cranberry #D85484

Tints of Cranberry #D85484

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.44%

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

R = 50%
G = 19.44%
B = 30.56%

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

#D85484 (or 0xD85484) is known color: Cranberry. HEX triplet: D8, 54 and 84. RGB value is (216,84,132). Sum of RGB (Red+Green+Blue) = 216+84+132=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D85484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85484 is #27AB7B. Grayscale: #808080. Windows color (decimal): -2599804 or 8672472. OLE color: 8672472.

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

Color convert

RGB 216 84 132 -
CMYK 0 0.61 0.39 0.15
HSL 338.18º 0.63% 0.59% -
HSV(B) 338.18º 0.61% 0.85% -
XYZ 35.65 22.61 24.31 -
YUV 128.94 129.73 190.1 -
System Red Green Blue C M Y K H S L
Decimal 216 84 132 0 0.61 0.39 0.15 338.18 0.63 0.59
Hex D8 54 84 0 3D 27 F 152 3F 3B
Octal 330 124 204 0 75 47 17 522 77 73
Binary 11011000 1010100 10000100 0 111101 100111 1111 101010010 111111 111011

Color Harmonies of #D85484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85484

Black with #D85484

Text Example


Text Example

White with #D85484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85484; }

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

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

background-color css

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

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

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

border-color css

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

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

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