Html Css Color HEX #D84988 Cranberry

📋 copy color: '#D84988'

red 216 ◦ green 73 ◦ blue 136

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

Shades of Cranberry #D84988

Tints of Cranberry #D84988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.18%

 BLUE value IS 136 (53.52% from 255) = 32%

R = 50.82%
G = 17.18%
B = 32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D84988 (or 0xD84988) is known color: Cranberry. HEX triplet: D8, 49 and 88. RGB value is (216,73,136). Sum of RGB (Red+Green+Blue) = 216+73+136=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D84988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84988 is #27B677. Grayscale: #7A7A7A. Windows color (decimal): -2602616 or 8931800. OLE color: 8931800.

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

Color convert

RGB 216 73 136 -
CMYK 0 0.66 0.37 0.15
HSL 333.57º 0.65% 0.57% -
HSV(B) 333.57º 0.66% 0.85% -
XYZ 35.15 21.14 25.52 -
YUV 122.94 135.38 194.38 -
System Red Green Blue C M Y K H S L
Decimal 216 73 136 0 0.66 0.37 0.15 333.57 0.65 0.57
Hex D8 49 88 0 42 25 F 14E 41 39
Octal 330 111 210 0 102 45 17 516 101 71
Binary 11011000 1001001 10001000 0 1000010 100101 1111 101001110 1000001 111001

Color Harmonies of #D84988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84988

Black with #D84988

Text Example


Text Example

White with #D84988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84988; }

 p { color: rgb(216,73,136); }

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

background-color css

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

 a { background-color: rgb(216,73,136); }

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

border-color css

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

 span { border-color: rgb(216,73,136); }

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