Html Css Color HEX #DB63A4 Hopbush

📋 copy color: '#DB63A4'

red 219 ◦ green 99 ◦ blue 164

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

Shades of Hopbush #DB63A4

Tints of Hopbush #DB63A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.02%

R = 45.44%
G = 20.54%
B = 34.02%

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

#DB63A4 (or 0xDB63A4) is known color: Hopbush. HEX triplet: DB, 63 and A4. RGB value is (219,99,164). Sum of RGB (Red+Green+Blue) = 219+99+164=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB63A4 is #249C5B. Grayscale: #8E8E8E. Windows color (decimal): -2399324 or 10773467. OLE color: 10773467.

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

Color convert

RGB 219 99 164 -
CMYK 0 0.55 0.25 0.14
HSL 327.5º 0.63% 0.62% -
HSV(B) 327.5º 0.55% 0.86% -
XYZ 40.38 26.66 38.14 -
YUV 142.29 140.26 182.71 -
System Red Green Blue C M Y K H S L
Decimal 219 99 164 0 0.55 0.25 0.14 327.5 0.63 0.62
Hex DB 63 A4 0 37 19 E 148 3E 3E
Octal 333 143 244 0 67 31 16 510 76 76
Binary 11011011 1100011 10100100 0 110111 11001 1110 101001000 111110 111110

Color Harmonies of #DB63A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63A4

Black with #DB63A4

Text Example


Text Example

White with #DB63A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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