Html Css Color HEX #D84A87 Cranberry

📋 copy color: '#D84A87'

red 216 ◦ green 74 ◦ blue 135

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

Shades of Cranberry #D84A87

Tints of Cranberry #D84A87

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.41%

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

R = 50.82%
G = 17.41%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D84A87 (or 0xD84A87) is known color: Cranberry. HEX triplet: D8, 4A and 87. RGB value is (216,74,135). Sum of RGB (Red+Green+Blue) = 216+74+135=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84A87 is #27B578. Grayscale: #7B7B7B. Windows color (decimal): -2602361 or 8866520. OLE color: 8866520.

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

Color convert

RGB 216 74 135 -
CMYK 0 0.66 0.38 0.15
HSL 334.23º 0.65% 0.57% -
HSV(B) 334.23º 0.66% 0.85% -
XYZ 35.14 21.25 25.17 -
YUV 123.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 216 74 135 0 0.66 0.38 0.15 334.23 0.65 0.57
Hex D8 4A 87 0 42 26 F 14E 41 39
Octal 330 112 207 0 102 46 17 516 101 71
Binary 11011000 1001010 10000111 0 1000010 100110 1111 101001110 1000001 111001

Color Harmonies of #D84A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A87

Black with #D84A87

Text Example


Text Example

White with #D84A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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