Html Css Color HEX #DE588C Dark Pink

📋 copy color: '#DE588C'

red 222 ◦ green 88 ◦ blue 140

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

Shades of Dark Pink #DE588C

Tints of Dark Pink #DE588C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.56%

 BLUE value IS 140 (55.08% from 255) = 31.11%

R = 49.33%
G = 19.56%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE588C (or 0xDE588C) is known color: Dark Pink. HEX triplet: DE, 58 and 8C. RGB value is (222,88,140). Sum of RGB (Red+Green+Blue) = 222+88+140=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE588C is #21A773. Grayscale: #858585. Windows color (decimal): -2205556 or 9197790. OLE color: 9197790.

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

Color convert

RGB 222 88 140 -
CMYK 0 0.60 0.37 0.13
HSL 336.72º 0.67% 0.61% -
HSV(B) 336.72º 0.6% 0.87% -
XYZ 38.35 24.4 27.5 -
YUV 133.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 222 88 140 0 0.60 0.37 0.13 336.72 0.67 0.61
Hex DE 58 8C 0 3C 25 D 151 43 3D
Octal 336 130 214 0 74 45 15 521 103 75
Binary 11011110 1011000 10001100 0 111100 100101 1101 101010001 1000011 111101

Color Harmonies of #DE588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE588C

Black with #DE588C

Text Example


Text Example

White with #DE588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE588C; }

 p { color: rgb(222,88,140); }

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

background-color css

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

 a { background-color: rgb(222,88,140); }

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

border-color css

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

 span { border-color: rgb(222,88,140); }

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