Html Css Color HEX #DB63B6 Hot Pink

📋 copy color: '#DB63B6'

red 219 ◦ green 99 ◦ blue 182

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

Shades of Hot Pink #DB63B6

Tints of Hot Pink #DB63B6

RGB

 RED value IS 219 (85.94% from 255) = 43.8%

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

 BLUE value IS 182 (71.48% from 255) = 36.4%

R = 43.8%
G = 19.8%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB63B6 (or 0xDB63B6) is known color: Hot Pink. HEX triplet: DB, 63 and B6. RGB value is (219,99,182). Sum of RGB (Red+Green+Blue) = 219+99+182=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63B6 is #249C49. Grayscale: #909090. Windows color (decimal): -2399306 or 11953115. OLE color: 11953115.

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

Color convert

RGB 219 99 182 -
CMYK 0 0.55 0.17 0.14
HSL 318.5º 0.63% 0.62% -
HSV(B) 318.5º 0.55% 0.86% -
XYZ 42.12 27.36 47.32 -
YUV 144.34 149.26 181.25 -
System Red Green Blue C M Y K H S L
Decimal 219 99 182 0 0.55 0.17 0.14 318.5 0.63 0.62
Hex DB 63 B6 0 37 11 E 13E 3E 3E
Octal 333 143 266 0 67 21 16 476 76 76
Binary 11011011 1100011 10110110 0 110111 10001 1110 100111110 111110 111110

Color Harmonies of #DB63B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63B6

Black with #DB63B6

Text Example


Text Example

White with #DB63B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63B6; }

 p { color: rgb(219,99,182); }

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

background-color css

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

 a { background-color: rgb(219,99,182); }

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

border-color css

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

 span { border-color: rgb(219,99,182); }

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