Html Css Color HEX #DE5582 Dark Pink

📋 copy color: '#DE5582'

red 222 ◦ green 85 ◦ blue 130

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

Shades of Dark Pink #DE5582

Tints of Dark Pink #DE5582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.45%

 BLUE value IS 130 (51.17% from 255) = 29.75%

R = 50.8%
G = 19.45%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE5582 (or 0xDE5582) is known color: Dark Pink. HEX triplet: DE, 55 and 82. RGB value is (222,85,130). Sum of RGB (Red+Green+Blue) = 222+85+130=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5582 is #21AA7D. Grayscale: #838383. Windows color (decimal): -2206334 or 8541662. OLE color: 8541662.

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

Color convert

RGB 222 85 130 -
CMYK 0 0.62 0.41 0.13
HSL 340.29º 0.67% 0.6% -
HSV(B) 340.29º 0.62% 0.87% -
XYZ 37.4 23.64 23.71 -
YUV 131.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 222 85 130 0 0.62 0.41 0.13 340.29 0.67 0.6
Hex DE 55 82 0 3E 29 D 154 43 3C
Octal 336 125 202 0 76 51 15 524 103 74
Binary 11011110 1010101 10000010 0 111110 101001 1101 101010100 1000011 111100

Color Harmonies of #DE5582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5582

Black with #DE5582

Text Example


Text Example

White with #DE5582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5582; }

 p { color: rgb(222,85,130); }

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

background-color css

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

 a { background-color: rgb(222,85,130); }

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

border-color css

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

 span { border-color: rgb(222,85,130); }

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