Html Css Color HEX #DA63A0 Hopbush

📋 copy color: '#DA63A0'

red 218 ◦ green 99 ◦ blue 160

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

Shades of Hopbush #DA63A0

Tints of Hopbush #DA63A0

RGB

 RED value IS 218 (85.55% from 255) = 45.7%

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

 BLUE value IS 160 (62.89% from 255) = 33.54%

R = 45.7%
G = 20.75%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA63A0 (or 0xDA63A0) is known color: Hopbush. HEX triplet: DA, 63 and A0. RGB value is (218,99,160). Sum of RGB (Red+Green+Blue) = 218+99+160=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA63A0 is #259C5F. Grayscale: #8D8D8D. Windows color (decimal): -2464864 or 10511322. OLE color: 10511322.

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

Color convert

RGB 218 99 160 -
CMYK 0 0.55 0.27 0.15
HSL 329.24º 0.62% 0.62% -
HSV(B) 329.24º 0.55% 0.85% -
XYZ 39.72 26.37 36.25 -
YUV 141.54 138.42 182.54 -
System Red Green Blue C M Y K H S L
Decimal 218 99 160 0 0.55 0.27 0.15 329.24 0.62 0.62
Hex DA 63 A0 0 37 1B F 149 3E 3E
Octal 332 143 240 0 67 33 17 511 76 76
Binary 11011010 1100011 10100000 0 110111 11011 1111 101001001 111110 111110

Color Harmonies of #DA63A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA63A0

Black with #DA63A0

Text Example


Text Example

White with #DA63A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA63A0; }

 p { color: rgb(218,99,160); }

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

background-color css

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

 a { background-color: rgb(218,99,160); }

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

border-color css

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

 span { border-color: rgb(218,99,160); }

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