Html Css Color HEX #DC538B Dark Pink

📋 copy color: '#DC538B'

red 220 ◦ green 83 ◦ blue 139

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

Shades of Dark Pink #DC538B

Tints of Dark Pink #DC538B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.45%

R = 49.77%
G = 18.78%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC538B (or 0xDC538B) is known color: Dark Pink. HEX triplet: DC, 53 and 8B. RGB value is (220,83,139). Sum of RGB (Red+Green+Blue) = 220+83+139=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC538B is #23AC74. Grayscale: #828282. Windows color (decimal): -2337909 or 9130972. OLE color: 9130972.

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

Color convert

RGB 220 83 139 -
CMYK 0 0.62 0.37 0.14
HSL 335.47º 0.66% 0.59% -
HSV(B) 335.47º 0.62% 0.86% -
XYZ 37.27 23.27 26.95 -
YUV 130.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 220 83 139 0 0.62 0.37 0.14 335.47 0.66 0.59
Hex DC 53 8B 0 3E 25 E 14F 42 3B
Octal 334 123 213 0 76 45 16 517 102 73
Binary 11011100 1010011 10001011 0 111110 100101 1110 101001111 1000010 111011

Color Harmonies of #DC538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC538B

Black with #DC538B

Text Example


Text Example

White with #DC538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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