Html Css Color HEX #DB609C Hopbush

📋 copy color: '#DB609C'

red 219 ◦ green 96 ◦ blue 156

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

Shades of Hopbush #DB609C

Tints of Hopbush #DB609C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.12%

R = 46.5%
G = 20.38%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB609C (or 0xDB609C) is known color: Hopbush. HEX triplet: DB, 60 and 9C. RGB value is (219,96,156). Sum of RGB (Red+Green+Blue) = 219+96+156=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB609C is #249F63. Grayscale: #8B8B8B. Windows color (decimal): -2400100 or 10248411. OLE color: 10248411.

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

Color convert

RGB 219 96 156 -
CMYK 0 0.56 0.29 0.14
HSL 330.73º 0.63% 0.62% -
HSV(B) 330.73º 0.56% 0.86% -
XYZ 39.4 25.83 34.36 -
YUV 139.62 137.25 184.62 -
System Red Green Blue C M Y K H S L
Decimal 219 96 156 0 0.56 0.29 0.14 330.73 0.63 0.62
Hex DB 60 9C 0 38 1D E 14B 3F 3E
Octal 333 140 234 0 70 35 16 513 77 76
Binary 11011011 1100000 10011100 0 111000 11101 1110 101001011 111111 111110

Color Harmonies of #DB609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB609C

Black with #DB609C

Text Example


Text Example

White with #DB609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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