Html Css Color HEX #DE518D Dark Pink

📋 copy color: '#DE518D'

red 222 ◦ green 81 ◦ blue 141

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

Shades of Dark Pink #DE518D

Tints of Dark Pink #DE518D

RGB

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

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

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

R = 50%
G = 18.24%
B = 31.76%

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

#DE518D (or 0xDE518D) is known color: Dark Pink. HEX triplet: DE, 51 and 8D. RGB value is (222,81,141). Sum of RGB (Red+Green+Blue) = 222+81+141=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE518D is #21AE72. Grayscale: #818181. Windows color (decimal): -2207347 or 9261534. OLE color: 9261534.

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

Color convert

RGB 222 81 141 -
CMYK 0 0.64 0.36 0.13
HSL 334.47º 0.68% 0.59% -
HSV(B) 334.47º 0.64% 0.87% -
XYZ 37.87 23.34 27.71 -
YUV 130 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 222 81 141 0 0.64 0.36 0.13 334.47 0.68 0.59
Hex DE 51 8D 0 40 24 D 14E 44 3B
Octal 336 121 215 0 100 44 15 516 104 73
Binary 11011110 1010001 10001101 0 1000000 100100 1101 101001110 1000100 111011

Color Harmonies of #DE518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE518D

Black with #DE518D

Text Example


Text Example

White with #DE518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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