Html Css Color HEX #DC5492 Dark Pink

📋 copy color: '#DC5492'

red 220 ◦ green 84 ◦ blue 146

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

Shades of Dark Pink #DC5492

Tints of Dark Pink #DC5492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.44%

R = 48.89%
G = 18.67%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC5492 (or 0xDC5492) is known color: Dark Pink. HEX triplet: DC, 54 and 92. RGB value is (220,84,146). Sum of RGB (Red+Green+Blue) = 220+84+146=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5492 is #23AB6D. Grayscale: #838383. Windows color (decimal): -2337646 or 9589980. OLE color: 9589980.

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

Color convert

RGB 220 84 146 -
CMYK 0 0.62 0.34 0.14
HSL 332.65º 0.66% 0.6% -
HSV(B) 332.65º 0.62% 0.86% -
XYZ 37.87 23.63 29.76 -
YUV 131.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 220 84 146 0 0.62 0.34 0.14 332.65 0.66 0.6
Hex DC 54 92 0 3E 22 E 14D 42 3C
Octal 334 124 222 0 76 42 16 515 102 74
Binary 11011100 1010100 10010010 0 111110 100010 1110 101001101 1000010 111100

Color Harmonies of #DC5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5492

Black with #DC5492

Text Example


Text Example

White with #DC5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5492; }

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

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

background-color css

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

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

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

border-color css

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

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

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