Html Css Color HEX #DC5FB2 Hot Pink

📋 copy color: '#DC5FB2'

red 220 ◦ green 95 ◦ blue 178

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

Shades of Hot Pink #DC5FB2

Tints of Hot Pink #DC5FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.11%

R = 44.62%
G = 19.27%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC5FB2 (or 0xDC5FB2) is known color: Hot Pink. HEX triplet: DC, 5F and B2. RGB value is (220,95,178). Sum of RGB (Red+Green+Blue) = 220+95+178=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5FB2 is #23A04D. Grayscale: #8D8D8D. Windows color (decimal): -2334798 or 11689948. OLE color: 11689948.

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

Color convert

RGB 220 95 178 -
CMYK 0 0.57 0.19 0.14
HSL 320.16º 0.64% 0.62% -
HSV(B) 320.16º 0.57% 0.86% -
XYZ 41.64 26.61 45.06 -
YUV 141.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 220 95 178 0 0.57 0.19 0.14 320.16 0.64 0.62
Hex DC 5F B2 0 39 13 E 140 40 3E
Octal 334 137 262 0 71 23 16 500 100 76
Binary 11011100 1011111 10110010 0 111001 10011 1110 101000000 1000000 111110

Color Harmonies of #DC5FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5FB2

Black with #DC5FB2

Text Example


Text Example

White with #DC5FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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