Html Css Color HEX #DE5992 Dark Pink

📋 copy color: '#DE5992'

red 222 ◦ green 89 ◦ blue 146

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

Shades of Dark Pink #DE5992

Tints of Dark Pink #DE5992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.95%

R = 48.58%
G = 19.47%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE5992 (or 0xDE5992) is known color: Dark Pink. HEX triplet: DE, 59 and 92. RGB value is (222,89,146). Sum of RGB (Red+Green+Blue) = 222+89+146=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5992 is #21A66D. Grayscale: #878787. Windows color (decimal): -2205294 or 9591262. OLE color: 9591262.

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

Color convert

RGB 222 89 146 -
CMYK 0 0.60 0.34 0.13
HSL 334.29º 0.67% 0.61% -
HSV(B) 334.29º 0.6% 0.87% -
XYZ 38.88 24.75 29.92 -
YUV 135.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 222 89 146 0 0.60 0.34 0.13 334.29 0.67 0.61
Hex DE 59 92 0 3C 22 D 14E 43 3D
Octal 336 131 222 0 74 42 15 516 103 75
Binary 11011110 1011001 10010010 0 111100 100010 1101 101001110 1000011 111101

Color Harmonies of #DE5992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5992

Black with #DE5992

Text Example


Text Example

White with #DE5992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5992; }

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

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

background-color css

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

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

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

border-color css

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

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

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