Html Css Color HEX #D84B87 Cranberry

📋 copy color: '#D84B87'

red 216 ◦ green 75 ◦ blue 135

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

Shades of Cranberry #D84B87

Tints of Cranberry #D84B87

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.61%

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

R = 50.7%
G = 17.61%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D84B87 (or 0xD84B87) is known color: Cranberry. HEX triplet: D8, 4B and 87. RGB value is (216,75,135). Sum of RGB (Red+Green+Blue) = 216+75+135=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B87 is #27B478. Grayscale: #7B7B7B. Windows color (decimal): -2602105 or 8866776. OLE color: 8866776.

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

Color convert

RGB 216 75 135 -
CMYK 0 0.65 0.38 0.15
HSL 334.47º 0.64% 0.57% -
HSV(B) 334.47º 0.65% 0.85% -
XYZ 35.21 21.38 25.19 -
YUV 124 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 216 75 135 0 0.65 0.38 0.15 334.47 0.64 0.57
Hex D8 4B 87 0 41 26 F 14E 40 39
Octal 330 113 207 0 101 46 17 516 100 71
Binary 11011000 1001011 10000111 0 1000001 100110 1111 101001110 1000000 111001

Color Harmonies of #D84B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B87

Black with #D84B87

Text Example


Text Example

White with #D84B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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