Html Css Color HEX #DE5390 Dark Pink

📋 copy color: '#DE5390'

red 222 ◦ green 83 ◦ blue 144

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

Shades of Dark Pink #DE5390

Tints of Dark Pink #DE5390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.49%

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

R = 49.44%
G = 18.49%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE5390 (or 0xDE5390) is known color: Dark Pink. HEX triplet: DE, 53 and 90. RGB value is (222,83,144). Sum of RGB (Red+Green+Blue) = 222+83+144=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5390 is #21AC6F. Grayscale: #838383. Windows color (decimal): -2206832 or 9458654. OLE color: 9458654.

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

Color convert

RGB 222 83 144 -
CMYK 0 0.63 0.35 0.13
HSL 333.67º 0.68% 0.6% -
HSV(B) 333.67º 0.63% 0.87% -
XYZ 38.25 23.73 28.95 -
YUV 131.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 222 83 144 0 0.63 0.35 0.13 333.67 0.68 0.6
Hex DE 53 90 0 3F 23 D 14E 44 3C
Octal 336 123 220 0 77 43 15 516 104 74
Binary 11011110 1010011 10010000 0 111111 100011 1101 101001110 1000100 111100

Color Harmonies of #DE5390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5390

Black with #DE5390

Text Example


Text Example

White with #DE5390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5390; }

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

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

background-color css

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

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

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

border-color css

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

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

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