Html Css Color HEX #DB60AD Hopbush

📋 copy color: '#DB60AD'

red 219 ◦ green 96 ◦ blue 173

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

Shades of Hopbush #DB60AD

Tints of Hopbush #DB60AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.67%

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

R = 44.88%
G = 19.67%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB60AD (or 0xDB60AD) is known color: Hopbush. HEX triplet: DB, 60 and AD. RGB value is (219,96,173). Sum of RGB (Red+Green+Blue) = 219+96+173=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB60AD is #249F52. Grayscale: #8D8D8D. Windows color (decimal): -2400083 or 11362523. OLE color: 11362523.

HSL color Cylindrical-coordinate representation of color #DB60AD: hue angle of 322.44º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB60AD is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 96 173 -
CMYK 0 0.56 0.21 0.14
HSL 322.44º 0.63% 0.62% -
HSV(B) 322.44º 0.56% 0.86% -
XYZ 40.94 26.44 42.48 -
YUV 141.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 219 96 173 0 0.56 0.21 0.14 322.44 0.63 0.62
Hex DB 60 AD 0 38 15 E 142 3F 3E
Octal 333 140 255 0 70 25 16 502 77 76
Binary 11011011 1100000 10101101 0 111000 10101 1110 101000010 111111 111110

Color Harmonies of #DB60AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB60AD

Black with #DB60AD

Text Example


Text Example

White with #DB60AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB60AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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