Html Css Color HEX #DE538C Dark Pink

📋 copy color: '#DE538C'

red 222 ◦ green 83 ◦ blue 140

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

Shades of Dark Pink #DE538C

Tints of Dark Pink #DE538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.46%

R = 49.89%
G = 18.65%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE538C (or 0xDE538C) is known color: Dark Pink. HEX triplet: DE, 53 and 8C. RGB value is (222,83,140). Sum of RGB (Red+Green+Blue) = 222+83+140=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE538C is #21AC73. Grayscale: #828282. Windows color (decimal): -2206836 or 9196510. OLE color: 9196510.

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

Color convert

RGB 222 83 140 -
CMYK 0 0.63 0.37 0.13
HSL 335.4º 0.68% 0.6% -
HSV(B) 335.4º 0.63% 0.87% -
XYZ 37.95 23.61 27.37 -
YUV 131.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 222 83 140 0 0.63 0.37 0.13 335.4 0.68 0.6
Hex DE 53 8C 0 3F 25 D 14F 44 3C
Octal 336 123 214 0 77 45 15 517 104 74
Binary 11011110 1010011 10001100 0 111111 100101 1101 101001111 1000100 111100

Color Harmonies of #DE538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE538C

Black with #DE538C

Text Example


Text Example

White with #DE538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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