Html Css Color HEX #DC5FB5 Hot Pink

📋 copy color: '#DC5FB5'

red 220 ◦ green 95 ◦ blue 181

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

Shades of Hot Pink #DC5FB5

Tints of Hot Pink #DC5FB5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.15%

 BLUE value IS 181 (71.09% from 255) = 36.49%

R = 44.35%
G = 19.15%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC5FB5 (or 0xDC5FB5) is known color: Hot Pink. HEX triplet: DC, 5F and B5. RGB value is (220,95,181). Sum of RGB (Red+Green+Blue) = 220+95+181=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5FB5 is #23A04A. Grayscale: #8D8D8D. Windows color (decimal): -2334795 or 11886556. OLE color: 11886556.

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

Color convert

RGB 220 95 181 -
CMYK 0 0.57 0.18 0.14
HSL 318.72º 0.64% 0.62% -
HSV(B) 318.72º 0.57% 0.86% -
XYZ 41.95 26.74 46.67 -
YUV 142.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 220 95 181 0 0.57 0.18 0.14 318.72 0.64 0.62
Hex DC 5F B5 0 39 12 E 13F 40 3E
Octal 334 137 265 0 71 22 16 477 100 76
Binary 11011100 1011111 10110101 0 111001 10010 1110 100111111 1000000 111110

Color Harmonies of #DC5FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5FB5

Black with #DC5FB5

Text Example


Text Example

White with #DC5FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5FB5; }

 p { color: rgb(220,95,181); }

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

background-color css

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

 a { background-color: rgb(220,95,181); }

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

border-color css

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

 span { border-color: rgb(220,95,181); }

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