Html Css Color HEX #D84A86 Cranberry

📋 copy color: '#D84A86'

red 216 ◦ green 74 ◦ blue 134

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

Shades of Cranberry #D84A86

Tints of Cranberry #D84A86

RGB

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

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

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

R = 50.94%
G = 17.45%
B = 31.6%

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

#D84A86 (or 0xD84A86) is known color: Cranberry. HEX triplet: D8, 4A and 86. RGB value is (216,74,134). Sum of RGB (Red+Green+Blue) = 216+74+134=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84A86 is #27B579. Grayscale: #7B7B7B. Windows color (decimal): -2602362 or 8800984. OLE color: 8800984.

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

Color convert

RGB 216 74 134 -
CMYK 0 0.66 0.38 0.15
HSL 334.65º 0.65% 0.57% -
HSV(B) 334.65º 0.66% 0.85% -
XYZ 35.07 21.22 24.8 -
YUV 123.3 134.04 194.12 -
System Red Green Blue C M Y K H S L
Decimal 216 74 134 0 0.66 0.38 0.15 334.65 0.65 0.57
Hex D8 4A 86 0 42 26 F 14F 41 39
Octal 330 112 206 0 102 46 17 517 101 71
Binary 11011000 1001010 10000110 0 1000010 100110 1111 101001111 1000001 111001

Color Harmonies of #D84A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A86

Black with #D84A86

Text Example


Text Example

White with #D84A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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