Html Css Color HEX #DB63A5 Hopbush

📋 copy color: '#DB63A5'

red 219 ◦ green 99 ◦ blue 165

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

Shades of Hopbush #DB63A5

Tints of Hopbush #DB63A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.16%

R = 45.34%
G = 20.5%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB63A5 (or 0xDB63A5) is known color: Hopbush. HEX triplet: DB, 63 and A5. RGB value is (219,99,165). Sum of RGB (Red+Green+Blue) = 219+99+165=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB63A5 is #249C5A. Grayscale: #8E8E8E. Windows color (decimal): -2399323 or 10839003. OLE color: 10839003.

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

Color convert

RGB 219 99 165 -
CMYK 0 0.55 0.25 0.14
HSL 327º 0.63% 0.62% -
HSV(B) 327º 0.55% 0.86% -
XYZ 40.47 26.7 38.62 -
YUV 142.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 219 99 165 0 0.55 0.25 0.14 327 0.63 0.62
Hex DB 63 A5 0 37 19 E 147 3E 3E
Octal 333 143 245 0 67 31 16 507 76 76
Binary 11011011 1100011 10100101 0 110111 11001 1110 101000111 111110 111110

Color Harmonies of #DB63A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63A5

Black with #DB63A5

Text Example


Text Example

White with #DB63A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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