Html Css Color HEX #DE5890 Dark Pink

📋 copy color: '#DE5890'

red 222 ◦ green 88 ◦ blue 144

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

Shades of Dark Pink #DE5890

Tints of Dark Pink #DE5890

RGB

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

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

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

R = 48.9%
G = 19.38%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE5890 (or 0xDE5890) is known color: Dark Pink. HEX triplet: DE, 58 and 90. RGB value is (222,88,144). Sum of RGB (Red+Green+Blue) = 222+88+144=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5890 is #21A76F. Grayscale: #868686. Windows color (decimal): -2205552 or 9459934. OLE color: 9459934.

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

Color convert

RGB 222 88 144 -
CMYK 0 0.60 0.35 0.13
HSL 334.93º 0.67% 0.61% -
HSV(B) 334.93º 0.6% 0.87% -
XYZ 38.65 24.52 29.08 -
YUV 134.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 222 88 144 0 0.60 0.35 0.13 334.93 0.67 0.61
Hex DE 58 90 0 3C 23 D 14F 43 3D
Octal 336 130 220 0 74 43 15 517 103 75
Binary 11011110 1011000 10010000 0 111100 100011 1101 101001111 1000011 111101

Color Harmonies of #DE5890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5890

Black with #DE5890

Text Example


Text Example

White with #DE5890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5890; }

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

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

background-color css

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

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

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

border-color css

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

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

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