Html Css Color HEX #DE5590 Dark Pink

📋 copy color: '#DE5590'

red 222 ◦ green 85 ◦ blue 144

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

Shades of Dark Pink #DE5590

Tints of Dark Pink #DE5590

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.85%

 BLUE value IS 144 (56.64% from 255) = 31.93%

R = 49.22%
G = 18.85%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE5590 (or 0xDE5590) is known color: Dark Pink. HEX triplet: DE, 55 and 90. RGB value is (222,85,144). Sum of RGB (Red+Green+Blue) = 222+85+144=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5590 is #21AA6F. Grayscale: #848484. Windows color (decimal): -2206320 or 9459166. OLE color: 9459166.

HSL color Cylindrical-coordinate representation of color #DE5590: hue angle of 334.16º degrees, saturation: 0.67, 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 #DE5590 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 85 144 -
CMYK 0 0.62 0.35 0.13
HSL 334.16º 0.67% 0.6% -
HSV(B) 334.16º 0.62% 0.87% -
XYZ 38.41 24.04 29 -
YUV 132.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 222 85 144 0 0.62 0.35 0.13 334.16 0.67 0.6
Hex DE 55 90 0 3E 23 D 14E 43 3C
Octal 336 125 220 0 76 43 15 516 103 74
Binary 11011110 1010101 10010000 0 111110 100011 1101 101001110 1000011 111100

Color Harmonies of #DE5590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5590

Black with #DE5590

Text Example


Text Example

White with #DE5590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5590; }

 p { color: rgb(222,85,144); }

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

background-color css

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

 a { background-color: rgb(222,85,144); }

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

border-color css

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

 span { border-color: rgb(222,85,144); }

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