Html Css Color HEX #DE518A Dark Pink

📋 copy color: '#DE518A'

red 222 ◦ green 81 ◦ blue 138

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

Shades of Dark Pink #DE518A

Tints of Dark Pink #DE518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 50.34%
G = 18.37%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE518A (or 0xDE518A) is known color: Dark Pink. HEX triplet: DE, 51 and 8A. RGB value is (222,81,138). Sum of RGB (Red+Green+Blue) = 222+81+138=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE518A is #21AE75. Grayscale: #818181. Windows color (decimal): -2207350 or 9064926. OLE color: 9064926.

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

Color convert

RGB 222 81 138 -
CMYK 0 0.64 0.38 0.13
HSL 335.74º 0.68% 0.59% -
HSV(B) 335.74º 0.64% 0.87% -
XYZ 37.65 23.25 26.55 -
YUV 129.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 222 81 138 0 0.64 0.38 0.13 335.74 0.68 0.59
Hex DE 51 8A 0 40 26 D 150 44 3B
Octal 336 121 212 0 100 46 15 520 104 73
Binary 11011110 1010001 10001010 0 1000000 100110 1101 101010000 1000100 111011

Color Harmonies of #DE518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE518A

Black with #DE518A

Text Example


Text Example

White with #DE518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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