Html Css Color HEX #DC63B2 Hot Pink

📋 copy color: '#DC63B2'

red 220 ◦ green 99 ◦ blue 178

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

Shades of Hot Pink #DC63B2

Tints of Hot Pink #DC63B2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.92%

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

R = 44.27%
G = 19.92%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC63B2 (or 0xDC63B2) is known color: Hot Pink. HEX triplet: DC, 63 and B2. RGB value is (220,99,178). Sum of RGB (Red+Green+Blue) = 220+99+178=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC63B2 is #239C4D. Grayscale: #8F8F8F. Windows color (decimal): -2333774 or 11690972. OLE color: 11690972.

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

Color convert

RGB 220 99 178 -
CMYK 0 0.55 0.19 0.14
HSL 320.83º 0.63% 0.63% -
HSV(B) 320.83º 0.55% 0.86% -
XYZ 42.01 27.35 45.18 -
YUV 144.19 147.09 182.08 -
System Red Green Blue C M Y K H S L
Decimal 220 99 178 0 0.55 0.19 0.14 320.83 0.63 0.63
Hex DC 63 B2 0 37 13 E 141 3F 3F
Octal 334 143 262 0 67 23 16 501 77 77
Binary 11011100 1100011 10110010 0 110111 10011 1110 101000001 111111 111111

Color Harmonies of #DC63B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63B2

Black with #DC63B2

Text Example


Text Example

White with #DC63B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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