Html Css Color HEX #DB609E Hopbush

📋 copy color: '#DB609E'

red 219 ◦ green 96 ◦ blue 158

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

Shades of Hopbush #DB609E

Tints of Hopbush #DB609E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.4%

R = 46.3%
G = 20.3%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB609E (or 0xDB609E) is known color: Hopbush. HEX triplet: DB, 60 and 9E. RGB value is (219,96,158). Sum of RGB (Red+Green+Blue) = 219+96+158=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB609E is #249F61. Grayscale: #8B8B8B. Windows color (decimal): -2400098 or 10379483. OLE color: 10379483.

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

Color convert

RGB 219 96 158 -
CMYK 0 0.56 0.28 0.14
HSL 329.76º 0.63% 0.62% -
HSV(B) 329.76º 0.56% 0.86% -
XYZ 39.57 25.89 35.26 -
YUV 139.85 138.25 184.46 -
System Red Green Blue C M Y K H S L
Decimal 219 96 158 0 0.56 0.28 0.14 329.76 0.63 0.62
Hex DB 60 9E 0 38 1C E 14A 3F 3E
Octal 333 140 236 0 70 34 16 512 77 76
Binary 11011011 1100000 10011110 0 111000 11100 1110 101001010 111111 111110

Color Harmonies of #DB609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB609E

Black with #DB609E

Text Example


Text Example

White with #DB609E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB609E; }

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

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

background-color css

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

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

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

border-color css

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

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

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