Html Css Color HEX #DC5292 Dark Pink

📋 copy color: '#DC5292'

red 220 ◦ green 82 ◦ blue 146

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

Shades of Dark Pink #DC5292

Tints of Dark Pink #DC5292

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.3%

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

R = 49.11%
G = 18.3%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC5292 (or 0xDC5292) is known color: Dark Pink. HEX triplet: DC, 52 and 92. RGB value is (220,82,146). Sum of RGB (Red+Green+Blue) = 220+82+146=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5292 is #23AD6D. Grayscale: #828282. Windows color (decimal): -2338158 or 9589468. OLE color: 9589468.

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

Color convert

RGB 220 82 146 -
CMYK 0 0.63 0.34 0.14
HSL 332.17º 0.66% 0.59% -
HSV(B) 332.17º 0.63% 0.86% -
XYZ 37.72 23.33 29.71 -
YUV 130.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 220 82 146 0 0.63 0.34 0.14 332.17 0.66 0.59
Hex DC 52 92 0 3F 22 E 14C 42 3B
Octal 334 122 222 0 77 42 16 514 102 73
Binary 11011100 1010010 10010010 0 111111 100010 1110 101001100 1000010 111011

Color Harmonies of #DC5292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5292

Black with #DC5292

Text Example


Text Example

White with #DC5292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5292; }

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

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

background-color css

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

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

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

border-color css

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

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

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