Html Css Color HEX #DE5790 Dark Pink

📋 copy color: '#DE5790'

red 222 ◦ green 87 ◦ blue 144

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

Shades of Dark Pink #DE5790

Tints of Dark Pink #DE5790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.21%

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

R = 49.01%
G = 19.21%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE5790 (or 0xDE5790) is known color: Dark Pink. HEX triplet: DE, 57 and 90. RGB value is (222,87,144). Sum of RGB (Red+Green+Blue) = 222+87+144=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5790 is #21A86F. Grayscale: #858585. Windows color (decimal): -2205808 or 9459678. OLE color: 9459678.

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

Color convert

RGB 222 87 144 -
CMYK 0 0.61 0.35 0.13
HSL 334.67º 0.67% 0.61% -
HSV(B) 334.67º 0.61% 0.87% -
XYZ 38.57 24.36 29.05 -
YUV 133.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 222 87 144 0 0.61 0.35 0.13 334.67 0.67 0.61
Hex DE 57 90 0 3D 23 D 14F 43 3D
Octal 336 127 220 0 75 43 15 517 103 75
Binary 11011110 1010111 10010000 0 111101 100011 1101 101001111 1000011 111101

Color Harmonies of #DE5790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5790

Black with #DE5790

Text Example


Text Example

White with #DE5790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5790; }

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

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

background-color css

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

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

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

border-color css

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

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

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