Html Css Color HEX #DE63AC Hot Pink

📋 copy color: '#DE63AC'

red 222 ◦ green 99 ◦ blue 172

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

Shades of Hot Pink #DE63AC

Tints of Hot Pink #DE63AC

RGB

 RED value IS 222 (87.11% from 255) = 45.03%

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

 BLUE value IS 172 (67.58% from 255) = 34.89%

R = 45.03%
G = 20.08%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE63AC (or 0xDE63AC) is known color: Hot Pink. HEX triplet: DE, 63 and AC. RGB value is (222,99,172). Sum of RGB (Red+Green+Blue) = 222+99+172=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE63AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE63AC is #219C53. Grayscale: #8F8F8F. Windows color (decimal): -2202708 or 11297758. OLE color: 11297758.

HSL color Cylindrical-coordinate representation of color #DE63AC: hue angle of 324.39º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE63AC is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 99 172 -
CMYK 0 0.55 0.23 0.13
HSL 324.39º 0.65% 0.63% -
HSV(B) 324.39º 0.55% 0.87% -
XYZ 42.03 27.43 42.11 -
YUV 144.1 143.75 183.56 -
System Red Green Blue C M Y K H S L
Decimal 222 99 172 0 0.55 0.23 0.13 324.39 0.65 0.63
Hex DE 63 AC 0 37 17 D 144 41 3F
Octal 336 143 254 0 67 27 15 504 101 77
Binary 11011110 1100011 10101100 0 110111 10111 1101 101000100 1000001 111111

Color Harmonies of #DE63AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE63AC

Black with #DE63AC

Text Example


Text Example

White with #DE63AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE63AC; }

 p { color: rgb(222,99,172); }

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

background-color css

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

 a { background-color: rgb(222,99,172); }

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

border-color css

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

 span { border-color: rgb(222,99,172); }

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