Html Css Color HEX #DB619C Hopbush

📋 copy color: '#DB619C'

red 219 ◦ green 97 ◦ blue 156

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

Shades of Hopbush #DB619C

Tints of Hopbush #DB619C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.55%

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

R = 46.4%
G = 20.55%
B = 33.05%

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

#DB619C (or 0xDB619C) is known color: Hopbush. HEX triplet: DB, 61 and 9C. RGB value is (219,97,156). Sum of RGB (Red+Green+Blue) = 219+97+156=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB619C is #249E63. Grayscale: #8C8C8C. Windows color (decimal): -2399844 or 10248667. OLE color: 10248667.

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

Color convert

RGB 219 97 156 -
CMYK 0 0.56 0.29 0.14
HSL 330.98º 0.63% 0.62% -
HSV(B) 330.98º 0.56% 0.86% -
XYZ 39.49 26.01 34.39 -
YUV 140.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 219 97 156 0 0.56 0.29 0.14 330.98 0.63 0.62
Hex DB 61 9C 0 38 1D E 14B 3F 3E
Octal 333 141 234 0 70 35 16 513 77 76
Binary 11011011 1100001 10011100 0 111000 11101 1110 101001011 111111 111110

Color Harmonies of #DB619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB619C

Black with #DB619C

Text Example


Text Example

White with #DB619C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB619C; }

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

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

background-color css

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

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

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

border-color css

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

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

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