Html Css Color HEX #D84986 Cranberry

📋 copy color: '#D84986'

red 216 ◦ green 73 ◦ blue 134

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

Shades of Cranberry #D84986

Tints of Cranberry #D84986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.68%

R = 51.06%
G = 17.26%
B = 31.68%

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

#D84986 (or 0xD84986) is known color: Cranberry. HEX triplet: D8, 49 and 86. RGB value is (216,73,134). Sum of RGB (Red+Green+Blue) = 216+73+134=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D84986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84986 is #27B679. Grayscale: #7A7A7A. Windows color (decimal): -2602618 or 8800728. OLE color: 8800728.

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

Color convert

RGB 216 73 134 -
CMYK 0 0.66 0.38 0.15
HSL 334.41º 0.65% 0.57% -
HSV(B) 334.41º 0.66% 0.85% -
XYZ 35 21.09 24.78 -
YUV 122.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 216 73 134 0 0.66 0.38 0.15 334.41 0.65 0.57
Hex D8 49 86 0 42 26 F 14E 41 39
Octal 330 111 206 0 102 46 17 516 101 71
Binary 11011000 1001001 10000110 0 1000010 100110 1111 101001110 1000001 111001

Color Harmonies of #D84986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84986

Black with #D84986

Text Example


Text Example

White with #D84986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84986; }

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

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

background-color css

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

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

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

border-color css

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

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

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