Html Css Color HEX #DE5486 Dark Pink

📋 copy color: '#DE5486'

red 222 ◦ green 84 ◦ blue 134

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

Shades of Dark Pink #DE5486

Tints of Dark Pink #DE5486

RGB

 RED value IS 222 (87.11% from 255) = 50.45%

 GREEN value IS 84 (33.2% from 255) = 19.09%

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

R = 50.45%
G = 19.09%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE5486 (or 0xDE5486) is known color: Dark Pink. HEX triplet: DE, 54 and 86. RGB value is (222,84,134). Sum of RGB (Red+Green+Blue) = 222+84+134=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5486 is #21AB79. Grayscale: #828282. Windows color (decimal): -2206586 or 8803550. OLE color: 8803550.

HSL color Cylindrical-coordinate representation of color #DE5486: hue angle of 338.26º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE5486 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 84 134 -
CMYK 0 0.62 0.40 0.13
HSL 338.26º 0.68% 0.6% -
HSV(B) 338.26º 0.62% 0.87% -
XYZ 37.6 23.59 25.13 -
YUV 130.96 129.72 192.93 -
System Red Green Blue C M Y K H S L
Decimal 222 84 134 0 0.62 0.40 0.13 338.26 0.68 0.6
Hex DE 54 86 0 3E 28 D 152 44 3C
Octal 336 124 206 0 76 50 15 522 104 74
Binary 11011110 1010100 10000110 0 111110 101000 1101 101010010 1000100 111100

Color Harmonies of #DE5486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5486

Black with #DE5486

Text Example


Text Example

White with #DE5486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5486; }

 p { color: rgb(222,84,134); }

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

background-color css

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

 a { background-color: rgb(222,84,134); }

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

border-color css

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

 span { border-color: rgb(222,84,134); }

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