Html Css Color HEX #DE508D Dark Pink

📋 copy color: '#DE508D'

red 222 ◦ green 80 ◦ blue 141

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

Shades of Dark Pink #DE508D

Tints of Dark Pink #DE508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.06%

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

R = 50.11%
G = 18.06%
B = 31.83%

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

#DE508D (or 0xDE508D) is known color: Dark Pink. HEX triplet: DE, 50 and 8D. RGB value is (222,80,141). Sum of RGB (Red+Green+Blue) = 222+80+141=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE508D is #21AF72. Grayscale: #818181. Windows color (decimal): -2207603 or 9261278. OLE color: 9261278.

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

Color convert

RGB 222 80 141 -
CMYK 0 0.64 0.36 0.13
HSL 334.23º 0.68% 0.59% -
HSV(B) 334.23º 0.64% 0.87% -
XYZ 37.8 23.19 27.68 -
YUV 129.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 222 80 141 0 0.64 0.36 0.13 334.23 0.68 0.59
Hex DE 50 8D 0 40 24 D 14E 44 3B
Octal 336 120 215 0 100 44 15 516 104 73
Binary 11011110 1010000 10001101 0 1000000 100100 1101 101001110 1000100 111011

Color Harmonies of #DE508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE508D

Black with #DE508D

Text Example


Text Example

White with #DE508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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