Html Css Color HEX #DE5E8C Dark Pink

📋 copy color: '#DE5E8C'

red 222 ◦ green 94 ◦ blue 140

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

Shades of Dark Pink #DE5E8C

Tints of Dark Pink #DE5E8C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.61%

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

R = 48.68%
G = 20.61%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE5E8C (or 0xDE5E8C) is known color: Dark Pink. HEX triplet: DE, 5E and 8C. RGB value is (222,94,140). Sum of RGB (Red+Green+Blue) = 222+94+140=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5E8C is #21A173. Grayscale: #898989. Windows color (decimal): -2204020 or 9199326. OLE color: 9199326.

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

Color convert

RGB 222 94 140 -
CMYK 0 0.58 0.37 0.13
HSL 338.44º 0.66% 0.62% -
HSV(B) 338.44º 0.58% 0.87% -
XYZ 38.86 25.43 27.67 -
YUV 137.52 129.41 188.26 -
System Red Green Blue C M Y K H S L
Decimal 222 94 140 0 0.58 0.37 0.13 338.44 0.66 0.62
Hex DE 5E 8C 0 3A 25 D 152 42 3E
Octal 336 136 214 0 72 45 15 522 102 76
Binary 11011110 1011110 10001100 0 111010 100101 1101 101010010 1000010 111110

Color Harmonies of #DE5E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E8C

Black with #DE5E8C

Text Example


Text Example

White with #DE5E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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