Html Css Color HEX #DC5892 Dark Pink

📋 copy color: '#DC5892'

red 220 ◦ green 88 ◦ blue 146

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

Shades of Dark Pink #DC5892

Tints of Dark Pink #DC5892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.38%

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

R = 48.46%
G = 19.38%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC5892 (or 0xDC5892) is known color: Dark Pink. HEX triplet: DC, 58 and 92. RGB value is (220,88,146). Sum of RGB (Red+Green+Blue) = 220+88+146=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5892 is #23A76D. Grayscale: #858585. Windows color (decimal): -2336622 or 9591004. OLE color: 9591004.

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

Color convert

RGB 220 88 146 -
CMYK 0 0.6 0.34 0.14
HSL 333.64º 0.65% 0.6% -
HSV(B) 333.64º 0.6% 0.86% -
XYZ 38.19 24.27 29.87 -
YUV 134.08 134.73 189.28 -
System Red Green Blue C M Y K H S L
Decimal 220 88 146 0 0.6 0.34 0.14 333.64 0.65 0.6
Hex DC 58 92 0 3C 22 E 14E 41 3C
Octal 334 130 222 0 74 42 16 516 101 74
Binary 11011100 1011000 10010010 0 111100 100010 1110 101001110 1000001 111100

Color Harmonies of #DC5892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5892

Black with #DC5892

Text Example


Text Example

White with #DC5892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5892; }

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

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

background-color css

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

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

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

border-color css

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

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

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