Html Css Color HEX #DE5886 Dark Pink

📋 copy color: '#DE5886'

red 222 ◦ green 88 ◦ blue 134

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

Shades of Dark Pink #DE5886

Tints of Dark Pink #DE5886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.82%

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

R = 50%
G = 19.82%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE5886 (or 0xDE5886) is known color: Dark Pink. HEX triplet: DE, 58 and 86. RGB value is (222,88,134). Sum of RGB (Red+Green+Blue) = 222+88+134=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5886 is #21A779. Grayscale: #858585. Windows color (decimal): -2205562 or 8804574. OLE color: 8804574.

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

Color convert

RGB 222 88 134 -
CMYK 0 0.60 0.40 0.13
HSL 339.4º 0.67% 0.61% -
HSV(B) 339.4º 0.6% 0.87% -
XYZ 37.92 24.23 25.23 -
YUV 133.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 222 88 134 0 0.60 0.40 0.13 339.4 0.67 0.61
Hex DE 58 86 0 3C 28 D 153 43 3D
Octal 336 130 206 0 74 50 15 523 103 75
Binary 11011110 1011000 10000110 0 111100 101000 1101 101010011 1000011 111101

Color Harmonies of #DE5886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5886

Black with #DE5886

Text Example


Text Example

White with #DE5886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5886; }

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

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

background-color css

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

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

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

border-color css

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

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

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