Html Css Color HEX #DE5D8D Dark Pink

📋 copy color: '#DE5D8D'

red 222 ◦ green 93 ◦ blue 141

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

Shades of Dark Pink #DE5D8D

Tints of Dark Pink #DE5D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.39%

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 48.68%
G = 20.39%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE5D8D (or 0xDE5D8D) is known color: Dark Pink. HEX triplet: DE, 5D and 8D. RGB value is (222,93,141). Sum of RGB (Red+Green+Blue) = 222+93+141=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5D8D is #21A272. Grayscale: #888888. Windows color (decimal): -2204275 or 9264606. OLE color: 9264606.

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

Color convert

RGB 222 93 141 -
CMYK 0 0.58 0.36 0.13
HSL 337.67º 0.66% 0.62% -
HSV(B) 337.67º 0.58% 0.87% -
XYZ 38.85 25.28 28.03 -
YUV 137.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 222 93 141 0 0.58 0.36 0.13 337.67 0.66 0.62
Hex DE 5D 8D 0 3A 24 D 152 42 3E
Octal 336 135 215 0 72 44 15 522 102 76
Binary 11011110 1011101 10001101 0 111010 100100 1101 101010010 1000010 111110

Color Harmonies of #DE5D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5D8D

Black with #DE5D8D

Text Example


Text Example

White with #DE5D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5D8D; }

 p { color: rgb(222,93,141); }

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

background-color css

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

 a { background-color: rgb(222,93,141); }

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

border-color css

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

 span { border-color: rgb(222,93,141); }

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