Html Css Color HEX #DB63AD Hopbush

📋 copy color: '#DB63AD'

red 219 ◦ green 99 ◦ blue 173

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

Shades of Hopbush #DB63AD

Tints of Hopbush #DB63AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.23%

R = 44.6%
G = 20.16%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB63AD (or 0xDB63AD) is known color: Hopbush. HEX triplet: DB, 63 and AD. RGB value is (219,99,173). Sum of RGB (Red+Green+Blue) = 219+99+173=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB63AD is #249C52. Grayscale: #8F8F8F. Windows color (decimal): -2399315 or 11363291. OLE color: 11363291.

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

Color convert

RGB 219 99 173 -
CMYK 0 0.55 0.21 0.14
HSL 323º 0.63% 0.62% -
HSV(B) 323º 0.55% 0.86% -
XYZ 41.22 27 42.57 -
YUV 143.32 144.76 181.98 -
System Red Green Blue C M Y K H S L
Decimal 219 99 173 0 0.55 0.21 0.14 323 0.63 0.62
Hex DB 63 AD 0 37 15 E 143 3E 3E
Octal 333 143 255 0 67 25 16 503 76 76
Binary 11011011 1100011 10101101 0 110111 10101 1110 101000011 111110 111110

Color Harmonies of #DB63AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63AD

Black with #DB63AD

Text Example


Text Example

White with #DB63AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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