Html Css Color HEX #D84886 Cranberry

📋 copy color: '#D84886'

red 216 ◦ green 72 ◦ blue 134

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

Shades of Cranberry #D84886

Tints of Cranberry #D84886

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.06%

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

R = 51.18%
G = 17.06%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D84886 (or 0xD84886) is known color: Cranberry. HEX triplet: D8, 48 and 86. RGB value is (216,72,134). Sum of RGB (Red+Green+Blue) = 216+72+134=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D84886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84886 is #27B779. Grayscale: #7A7A7A. Windows color (decimal): -2602874 or 8800472. OLE color: 8800472.

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

Color convert

RGB 216 72 134 -
CMYK 0 0.67 0.38 0.15
HSL 334.17º 0.65% 0.56% -
HSV(B) 334.17º 0.67% 0.85% -
XYZ 34.94 20.95 24.76 -
YUV 122.12 134.71 194.96 -
System Red Green Blue C M Y K H S L
Decimal 216 72 134 0 0.67 0.38 0.15 334.17 0.65 0.56
Hex D8 48 86 0 43 26 F 14E 41 38
Octal 330 110 206 0 103 46 17 516 101 70
Binary 11011000 1001000 10000110 0 1000011 100110 1111 101001110 1000001 111000

Color Harmonies of #D84886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84886

Black with #D84886

Text Example


Text Example

White with #D84886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84886; }

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

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

background-color css

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

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

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

border-color css

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

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

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