Html Css Color HEX #DE5981 Dark Pink

📋 copy color: '#DE5981'

red 222 ◦ green 89 ◦ blue 129

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

Shades of Dark Pink #DE5981

Tints of Dark Pink #DE5981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.23%

 BLUE value IS 129 (50.78% from 255) = 29.32%

R = 50.45%
G = 20.23%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DE5981 (or 0xDE5981) is known color: Dark Pink. HEX triplet: DE, 59 and 81. RGB value is (222,89,129). Sum of RGB (Red+Green+Blue) = 222+89+129=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5981 is #21A67E. Grayscale: #858585. Windows color (decimal): -2205311 or 8477150. OLE color: 8477150.

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

Color convert

RGB 222 89 129 -
CMYK 0 0.60 0.42 0.13
HSL 341.95º 0.67% 0.61% -
HSV(B) 341.95º 0.6% 0.87% -
XYZ 37.66 24.26 23.47 -
YUV 133.33 125.56 191.25 -
System Red Green Blue C M Y K H S L
Decimal 222 89 129 0 0.60 0.42 0.13 341.95 0.67 0.61
Hex DE 59 81 0 3C 2A D 156 43 3D
Octal 336 131 201 0 74 52 15 526 103 75
Binary 11011110 1011001 10000001 0 111100 101010 1101 101010110 1000011 111101

Color Harmonies of #DE5981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5981

Black with #DE5981

Text Example


Text Example

White with #DE5981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5981; }

 p { color: rgb(222,89,129); }

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

background-color css

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

 a { background-color: rgb(222,89,129); }

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

border-color css

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

 span { border-color: rgb(222,89,129); }

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