Html Css Color HEX #D84D87 Cranberry

📋 copy color: '#D84D87'

red 216 ◦ green 77 ◦ blue 135

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

Shades of Cranberry #D84D87

Tints of Cranberry #D84D87

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.99%

 BLUE value IS 135 (53.13% from 255) = 31.54%

R = 50.47%
G = 17.99%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D84D87 (or 0xD84D87) is known color: Cranberry. HEX triplet: D8, 4D and 87. RGB value is (216,77,135). Sum of RGB (Red+Green+Blue) = 216+77+135=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84D87 is #27B278. Grayscale: #7D7D7D. Windows color (decimal): -2601593 or 8867288. OLE color: 8867288.

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

Color convert

RGB 216 77 135 -
CMYK 0 0.64 0.38 0.15
HSL 334.96º 0.64% 0.57% -
HSV(B) 334.96º 0.64% 0.85% -
XYZ 35.35 21.66 25.24 -
YUV 125.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 216 77 135 0 0.64 0.38 0.15 334.96 0.64 0.57
Hex D8 4D 87 0 40 26 F 14F 40 39
Octal 330 115 207 0 100 46 17 517 100 71
Binary 11011000 1001101 10000111 0 1000000 100110 1111 101001111 1000000 111001

Color Harmonies of #D84D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D87

Black with #D84D87

Text Example


Text Example

White with #D84D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D87; }

 p { color: rgb(216,77,135); }

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

background-color css

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

 a { background-color: rgb(216,77,135); }

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

border-color css

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

 span { border-color: rgb(216,77,135); }

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