Html Css Color HEX #D85D84 Cranberry

📋 copy color: '#D85D84'

red 216 ◦ green 93 ◦ blue 132

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

Shades of Cranberry #D85D84

Tints of Cranberry #D85D84

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.09%

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

R = 48.98%
G = 21.09%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D85D84 (or 0xD85D84) is known color: Cranberry. HEX triplet: D8, 5D and 84. RGB value is (216,93,132). Sum of RGB (Red+Green+Blue) = 216+93+132=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85D84 is #27A27B. Grayscale: #868686. Windows color (decimal): -2597500 or 8674776. OLE color: 8674776.

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

Color convert

RGB 216 93 132 -
CMYK 0 0.57 0.39 0.15
HSL 340.98º 0.61% 0.61% -
HSV(B) 340.98º 0.57% 0.85% -
XYZ 36.4 24.09 24.56 -
YUV 134.22 126.75 186.33 -
System Red Green Blue C M Y K H S L
Decimal 216 93 132 0 0.57 0.39 0.15 340.98 0.61 0.61
Hex D8 5D 84 0 39 27 F 155 3D 3D
Octal 330 135 204 0 71 47 17 525 75 75
Binary 11011000 1011101 10000100 0 111001 100111 1111 101010101 111101 111101

Color Harmonies of #D85D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D84

Black with #D85D84

Text Example


Text Example

White with #D85D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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