Html Css Color HEX #DC63AF Hot Pink

📋 copy color: '#DC63AF'

red 220 ◦ green 99 ◦ blue 175

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

Shades of Hot Pink #DC63AF

Tints of Hot Pink #DC63AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 44.53%
G = 20.04%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC63AF (or 0xDC63AF) is known color: Hot Pink. HEX triplet: DC, 63 and AF. RGB value is (220,99,175). Sum of RGB (Red+Green+Blue) = 220+99+175=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC63AF is #239C50. Grayscale: #8F8F8F. Windows color (decimal): -2333777 or 11494364. OLE color: 11494364.

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

Color convert

RGB 220 99 175 -
CMYK 0 0.55 0.20 0.14
HSL 322.31º 0.63% 0.63% -
HSV(B) 322.31º 0.55% 0.86% -
XYZ 41.71 27.23 43.62 -
YUV 143.84 145.59 182.32 -
System Red Green Blue C M Y K H S L
Decimal 220 99 175 0 0.55 0.20 0.14 322.31 0.63 0.63
Hex DC 63 AF 0 37 14 E 142 3F 3F
Octal 334 143 257 0 67 24 16 502 77 77
Binary 11011100 1100011 10101111 0 110111 10100 1110 101000010 111111 111111

Color Harmonies of #DC63AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63AF

Black with #DC63AF

Text Example


Text Example

White with #DC63AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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