Html Css Color HEX #DF63B0 Hot Pink

📋 copy color: '#DF63B0'

red 223 ◦ green 99 ◦ blue 176

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

Shades of Hot Pink #DF63B0

Tints of Hot Pink #DF63B0

RGB

 RED value IS 223 (87.5% from 255) = 44.78%

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

 BLUE value IS 176 (69.14% from 255) = 35.34%

R = 44.78%
G = 19.88%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF63B0 (or 0xDF63B0) is known color: Hot Pink. HEX triplet: DF, 63 and B0. RGB value is (223,99,176). Sum of RGB (Red+Green+Blue) = 223+99+176=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF63B0 is #209C4F. Grayscale: #909090. Windows color (decimal): -2137168 or 11559903. OLE color: 11559903.

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

Color convert

RGB 223 99 176 -
CMYK 0 0.56 0.21 0.13
HSL 322.74º 0.66% 0.63% -
HSV(B) 322.74º 0.56% 0.87% -
XYZ 42.73 27.75 44.18 -
YUV 144.85 145.58 183.74 -
System Red Green Blue C M Y K H S L
Decimal 223 99 176 0 0.56 0.21 0.13 322.74 0.66 0.63
Hex DF 63 B0 0 38 15 D 143 42 3F
Octal 337 143 260 0 70 25 15 503 102 77
Binary 11011111 1100011 10110000 0 111000 10101 1101 101000011 1000010 111111

Color Harmonies of #DF63B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF63B0

Black with #DF63B0

Text Example


Text Example

White with #DF63B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF63B0; }

 p { color: rgb(223,99,176); }

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

background-color css

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

 a { background-color: rgb(223,99,176); }

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

border-color css

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

 span { border-color: rgb(223,99,176); }

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