Html Css Color HEX #DC548A Dark Pink

📋 copy color: '#DC548A'

red 220 ◦ green 84 ◦ blue 138

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

Shades of Dark Pink #DC548A

Tints of Dark Pink #DC548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.22%

R = 49.77%
G = 19%
B = 31.22%

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

#DC548A (or 0xDC548A) is known color: Dark Pink. HEX triplet: DC, 54 and 8A. RGB value is (220,84,138). Sum of RGB (Red+Green+Blue) = 220+84+138=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC548A is #23AB75. Grayscale: #828282. Windows color (decimal): -2337654 or 9065692. OLE color: 9065692.

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

Color convert

RGB 220 84 138 -
CMYK 0 0.62 0.37 0.14
HSL 336.18º 0.66% 0.6% -
HSV(B) 336.18º 0.62% 0.86% -
XYZ 37.27 23.39 26.6 -
YUV 130.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 220 84 138 0 0.62 0.37 0.14 336.18 0.66 0.6
Hex DC 54 8A 0 3E 25 E 150 42 3C
Octal 334 124 212 0 76 45 16 520 102 74
Binary 11011100 1010100 10001010 0 111110 100101 1110 101010000 1000010 111100

Color Harmonies of #DC548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC548A

Black with #DC548A

Text Example


Text Example

White with #DC548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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