Html Css Color HEX #DE5686 Dark Pink

📋 copy color: '#DE5686'

red 222 ◦ green 86 ◦ blue 134

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

Shades of Dark Pink #DE5686

Tints of Dark Pink #DE5686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.46%

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

R = 50.23%
G = 19.46%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE5686 (or 0xDE5686) is known color: Dark Pink. HEX triplet: DE, 56 and 86. RGB value is (222,86,134). Sum of RGB (Red+Green+Blue) = 222+86+134=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5686 is #21A979. Grayscale: #848484. Windows color (decimal): -2206074 or 8804062. OLE color: 8804062.

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

Color convert

RGB 222 86 134 -
CMYK 0 0.61 0.40 0.13
HSL 338.82º 0.67% 0.6% -
HSV(B) 338.82º 0.61% 0.87% -
XYZ 37.76 23.91 25.18 -
YUV 132.14 129.06 192.1 -
System Red Green Blue C M Y K H S L
Decimal 222 86 134 0 0.61 0.40 0.13 338.82 0.67 0.6
Hex DE 56 86 0 3D 28 D 153 43 3C
Octal 336 126 206 0 75 50 15 523 103 74
Binary 11011110 1010110 10000110 0 111101 101000 1101 101010011 1000011 111100

Color Harmonies of #DE5686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5686

Black with #DE5686

Text Example


Text Example

White with #DE5686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5686; }

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

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

background-color css

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

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

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

border-color css

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

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

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