Html Css Color HEX #DB6BB0 Hopbush

📋 copy color: '#DB6BB0'

red 219 ◦ green 107 ◦ blue 176

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

Shades of Hopbush #DB6BB0

Tints of Hopbush #DB6BB0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.31%

 BLUE value IS 176 (69.14% from 255) = 35.06%

R = 43.63%
G = 21.31%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB6BB0 (or 0xDB6BB0) is known color: Hopbush. HEX triplet: DB, 6B and B0. RGB value is (219,107,176). Sum of RGB (Red+Green+Blue) = 219+107+176=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6BB0 is #24944F. Grayscale: #949494. Windows color (decimal): -2397264 or 11561947. OLE color: 11561947.

HSL color Cylindrical-coordinate representation of color #DB6BB0: hue angle of 323.04º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6BB0 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 107 176 -
CMYK 0 0.51 0.20 0.14
HSL 323.04º 0.61% 0.64% -
HSV(B) 323.04º 0.51% 0.86% -
XYZ 42.31 28.71 44.39 -
YUV 148.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 219 107 176 0 0.51 0.20 0.14 323.04 0.61 0.64
Hex DB 6B B0 0 33 14 E 143 3D 40
Octal 333 153 260 0 63 24 16 503 75 100
Binary 11011011 1101011 10110000 0 110011 10100 1110 101000011 111101 1000000

Color Harmonies of #DB6BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BB0

Black with #DB6BB0

Text Example


Text Example

White with #DB6BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BB0; }

 p { color: rgb(219,107,176); }

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

background-color css

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

 a { background-color: rgb(219,107,176); }

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

border-color css

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

 span { border-color: rgb(219,107,176); }

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