Html Css Color HEX #DC538E Dark Pink

📋 copy color: '#DC538E'

red 220 ◦ green 83 ◦ blue 142

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

Shades of Dark Pink #DC538E

Tints of Dark Pink #DC538E

RGB

 RED value IS 220 (86.33% from 255) = 49.44%

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

 BLUE value IS 142 (55.86% from 255) = 31.91%

R = 49.44%
G = 18.65%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC538E (or 0xDC538E) is known color: Dark Pink. HEX triplet: DC, 53 and 8E. RGB value is (220,83,142). Sum of RGB (Red+Green+Blue) = 220+83+142=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC538E is #23AC71. Grayscale: #828282. Windows color (decimal): -2337906 or 9327580. OLE color: 9327580.

HSL color Cylindrical-coordinate representation of color #DC538E: hue angle of 334.16º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC538E is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 83 142 -
CMYK 0 0.62 0.35 0.14
HSL 334.16º 0.66% 0.59% -
HSV(B) 334.16º 0.62% 0.86% -
XYZ 37.49 23.36 28.12 -
YUV 130.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 220 83 142 0 0.62 0.35 0.14 334.16 0.66 0.59
Hex DC 53 8E 0 3E 23 E 14E 42 3B
Octal 334 123 216 0 76 43 16 516 102 73
Binary 11011100 1010011 10001110 0 111110 100011 1110 101001110 1000010 111011

Color Harmonies of #DC538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC538E

Black with #DC538E

Text Example


Text Example

White with #DC538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC538E; }

 p { color: rgb(220,83,142); }

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

background-color css

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

 a { background-color: rgb(220,83,142); }

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

border-color css

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

 span { border-color: rgb(220,83,142); }

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