Html Css Color HEX #DE63B4 Hot Pink

📋 copy color: '#DE63B4'

red 222 ◦ green 99 ◦ blue 180

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

Shades of Hot Pink #DE63B4

Tints of Hot Pink #DE63B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.93%

R = 44.31%
G = 19.76%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DE63B4 (or 0xDE63B4) is known color: Hot Pink. HEX triplet: DE, 63 and B4. RGB value is (222,99,180). Sum of RGB (Red+Green+Blue) = 222+99+180=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DE63B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE63B4 is #219C4B. Grayscale: #909090. Windows color (decimal): -2202700 or 11822046. OLE color: 11822046.

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

Color convert

RGB 222 99 180 -
CMYK 0 0.55 0.19 0.13
HSL 320.49º 0.65% 0.63% -
HSV(B) 320.49º 0.55% 0.87% -
XYZ 42.82 27.75 46.28 -
YUV 145.01 147.75 182.91 -
System Red Green Blue C M Y K H S L
Decimal 222 99 180 0 0.55 0.19 0.13 320.49 0.65 0.63
Hex DE 63 B4 0 37 13 D 140 41 3F
Octal 336 143 264 0 67 23 15 500 101 77
Binary 11011110 1100011 10110100 0 110111 10011 1101 101000000 1000001 111111

Color Harmonies of #DE63B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE63B4

Black with #DE63B4

Text Example


Text Example

White with #DE63B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE63B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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