Html Css Color HEX #DE518C Dark Pink

📋 copy color: '#DE518C'

red 222 ◦ green 81 ◦ blue 140

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

Shades of Dark Pink #DE518C

Tints of Dark Pink #DE518C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.28%

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

R = 50.11%
G = 18.28%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE518C (or 0xDE518C) is known color: Dark Pink. HEX triplet: DE, 51 and 8C. RGB value is (222,81,140). Sum of RGB (Red+Green+Blue) = 222+81+140=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE518C is #21AE73. Grayscale: #818181. Windows color (decimal): -2207348 or 9195998. OLE color: 9195998.

HSL color Cylindrical-coordinate representation of color #DE518C: hue angle of 334.89º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE518C is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 81 140 -
CMYK 0 0.64 0.37 0.13
HSL 334.89º 0.68% 0.59% -
HSV(B) 334.89º 0.64% 0.87% -
XYZ 37.8 23.31 27.32 -
YUV 129.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 222 81 140 0 0.64 0.37 0.13 334.89 0.68 0.59
Hex DE 51 8C 0 40 25 D 14F 44 3B
Octal 336 121 214 0 100 45 15 517 104 73
Binary 11011110 1010001 10001100 0 1000000 100101 1101 101001111 1000100 111011

Color Harmonies of #DE518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE518C

Black with #DE518C

Text Example


Text Example

White with #DE518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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