Html Css Color HEX #DC548B Dark Pink

📋 copy color: '#DC548B'

red 220 ◦ green 84 ◦ blue 139

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

Shades of Dark Pink #DC548B

Tints of Dark Pink #DC548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.96%

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

R = 49.66%
G = 18.96%
B = 31.38%

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

#DC548B (or 0xDC548B) is known color: Dark Pink. HEX triplet: DC, 54 and 8B. RGB value is (220,84,139). Sum of RGB (Red+Green+Blue) = 220+84+139=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC548B is #23AB74. Grayscale: #828282. Windows color (decimal): -2337653 or 9131228. OLE color: 9131228.

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

Color convert

RGB 220 84 139 -
CMYK 0 0.62 0.37 0.14
HSL 335.74º 0.66% 0.6% -
HSV(B) 335.74º 0.62% 0.86% -
XYZ 37.35 23.42 26.98 -
YUV 130.93 132.56 191.53 -
System Red Green Blue C M Y K H S L
Decimal 220 84 139 0 0.62 0.37 0.14 335.74 0.66 0.6
Hex DC 54 8B 0 3E 25 E 150 42 3C
Octal 334 124 213 0 76 45 16 520 102 74
Binary 11011100 1010100 10001011 0 111110 100101 1110 101010000 1000010 111100

Color Harmonies of #DC548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC548B

Black with #DC548B

Text Example


Text Example

White with #DC548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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