Html Css Color HEX #DB63A7 Hopbush

📋 copy color: '#DB63A7'

red 219 ◦ green 99 ◦ blue 167

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

Shades of Hopbush #DB63A7

Tints of Hopbush #DB63A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.43%

R = 45.15%
G = 20.41%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB63A7 (or 0xDB63A7) is known color: Hopbush. HEX triplet: DB, 63 and A7. RGB value is (219,99,167). Sum of RGB (Red+Green+Blue) = 219+99+167=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB63A7 is #249C58. Grayscale: #8E8E8E. Windows color (decimal): -2399321 or 10970075. OLE color: 10970075.

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

Color convert

RGB 219 99 167 -
CMYK 0 0.55 0.24 0.14
HSL 326º 0.63% 0.62% -
HSV(B) 326º 0.55% 0.86% -
XYZ 40.65 26.77 39.58 -
YUV 142.63 141.76 182.47 -
System Red Green Blue C M Y K H S L
Decimal 219 99 167 0 0.55 0.24 0.14 326 0.63 0.62
Hex DB 63 A7 0 37 18 E 146 3E 3E
Octal 333 143 247 0 67 30 16 506 76 76
Binary 11011011 1100011 10100111 0 110111 11000 1110 101000110 111110 111110

Color Harmonies of #DB63A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63A7

Black with #DB63A7

Text Example


Text Example

White with #DB63A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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