Html Css Color HEX #DE5690 Dark Pink

📋 copy color: '#DE5690'

red 222 ◦ green 86 ◦ blue 144

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

Shades of Dark Pink #DE5690

Tints of Dark Pink #DE5690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.03%

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

R = 49.12%
G = 19.03%
B = 31.86%

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

#DE5690 (or 0xDE5690) is known color: Dark Pink. HEX triplet: DE, 56 and 90. RGB value is (222,86,144). Sum of RGB (Red+Green+Blue) = 222+86+144=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5690 is #21A96F. Grayscale: #858585. Windows color (decimal): -2206064 or 9459422. OLE color: 9459422.

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

Color convert

RGB 222 86 144 -
CMYK 0 0.61 0.35 0.13
HSL 334.41º 0.67% 0.6% -
HSV(B) 334.41º 0.61% 0.87% -
XYZ 38.49 24.2 29.03 -
YUV 133.28 134.06 191.28 -
System Red Green Blue C M Y K H S L
Decimal 222 86 144 0 0.61 0.35 0.13 334.41 0.67 0.6
Hex DE 56 90 0 3D 23 D 14E 43 3C
Octal 336 126 220 0 75 43 15 516 103 74
Binary 11011110 1010110 10010000 0 111101 100011 1101 101001110 1000011 111100

Color Harmonies of #DE5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5690

Black with #DE5690

Text Example


Text Example

White with #DE5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5690; }

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

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

background-color css

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

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

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

border-color css

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

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

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