Html Css Color HEX #DE518F Dark Pink

📋 copy color: '#DE518F'

red 222 ◦ green 81 ◦ blue 143

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

Shades of Dark Pink #DE518F

Tints of Dark Pink #DE518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.06%

R = 49.78%
G = 18.16%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE518F (or 0xDE518F) is known color: Dark Pink. HEX triplet: DE, 51 and 8F. RGB value is (222,81,143). Sum of RGB (Red+Green+Blue) = 222+81+143=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE518F is #21AE70. Grayscale: #828282. Windows color (decimal): -2207345 or 9392606. OLE color: 9392606.

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

Color convert

RGB 222 81 143 -
CMYK 0 0.64 0.36 0.13
HSL 333.62º 0.68% 0.59% -
HSV(B) 333.62º 0.64% 0.87% -
XYZ 38.02 23.4 28.5 -
YUV 130.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 222 81 143 0 0.64 0.36 0.13 333.62 0.68 0.59
Hex DE 51 8F 0 40 24 D 14E 44 3B
Octal 336 121 217 0 100 44 15 516 104 73
Binary 11011110 1010001 10001111 0 1000000 100100 1101 101001110 1000100 111011

Color Harmonies of #DE518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE518F

Black with #DE518F

Text Example


Text Example

White with #DE518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE518F; }

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

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

background-color css

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

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

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

border-color css

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

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

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