Html Css Color HEX #DB62AD Hopbush

📋 copy color: '#DB62AD'

red 219 ◦ green 98 ◦ blue 173

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

Shades of Hopbush #DB62AD

Tints of Hopbush #DB62AD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20%

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

R = 44.69%
G = 20%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB62AD (or 0xDB62AD) is known color: Hopbush. HEX triplet: DB, 62 and AD. RGB value is (219,98,173). Sum of RGB (Red+Green+Blue) = 219+98+173=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB62AD is #249D52. Grayscale: #8E8E8E. Windows color (decimal): -2399571 or 11363035. OLE color: 11363035.

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

Color convert

RGB 219 98 173 -
CMYK 0 0.55 0.21 0.14
HSL 322.81º 0.63% 0.62% -
HSV(B) 322.81º 0.55% 0.86% -
XYZ 41.12 26.81 42.54 -
YUV 142.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 219 98 173 0 0.55 0.21 0.14 322.81 0.63 0.62
Hex DB 62 AD 0 37 15 E 143 3F 3E
Octal 333 142 255 0 67 25 16 503 77 76
Binary 11011011 1100010 10101101 0 110111 10101 1110 101000011 111111 111110

Color Harmonies of #DB62AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB62AD

Black with #DB62AD

Text Example


Text Example

White with #DB62AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB62AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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