Html Css Color HEX #DE538D Dark Pink

📋 copy color: '#DE538D'

red 222 ◦ green 83 ◦ blue 141

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

Shades of Dark Pink #DE538D

Tints of Dark Pink #DE538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.61%

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

R = 49.78%
G = 18.61%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE538D (or 0xDE538D) is known color: Dark Pink. HEX triplet: DE, 53 and 8D. RGB value is (222,83,141). Sum of RGB (Red+Green+Blue) = 222+83+141=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE538D is #21AC72. Grayscale: #838383. Windows color (decimal): -2206835 or 9262046. OLE color: 9262046.

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

Color convert

RGB 222 83 141 -
CMYK 0 0.63 0.36 0.13
HSL 334.96º 0.68% 0.6% -
HSV(B) 334.96º 0.63% 0.87% -
XYZ 38.03 23.64 27.76 -
YUV 131.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 222 83 141 0 0.63 0.36 0.13 334.96 0.68 0.6
Hex DE 53 8D 0 3F 24 D 14F 44 3C
Octal 336 123 215 0 77 44 15 517 104 74
Binary 11011110 1010011 10001101 0 111111 100100 1101 101001111 1000100 111100

Color Harmonies of #DE538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE538D

Black with #DE538D

Text Example


Text Example

White with #DE538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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