Html Css Color HEX #DB5A96 Hopbush

📋 copy color: '#DB5A96'

red 219 ◦ green 90 ◦ blue 150

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

Shades of Hopbush #DB5A96

Tints of Hopbush #DB5A96

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.61%

 BLUE value IS 150 (58.98% from 255) = 32.68%

R = 47.71%
G = 19.61%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB5A96 (or 0xDB5A96) is known color: Hopbush. HEX triplet: DB, 5A and 96. RGB value is (219,90,150). Sum of RGB (Red+Green+Blue) = 219+90+150=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A96 is #24A569. Grayscale: #878787. Windows color (decimal): -2401642 or 9853659. OLE color: 9853659.

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

Color convert

RGB 219 90 150 -
CMYK 0 0.59 0.32 0.14
HSL 332.09º 0.64% 0.61% -
HSV(B) 332.09º 0.59% 0.86% -
XYZ 38.37 24.57 31.57 -
YUV 135.41 136.24 187.62 -
System Red Green Blue C M Y K H S L
Decimal 219 90 150 0 0.59 0.32 0.14 332.09 0.64 0.61
Hex DB 5A 96 0 3B 20 E 14C 40 3D
Octal 333 132 226 0 73 40 16 514 100 75
Binary 11011011 1011010 10010110 0 111011 100000 1110 101001100 1000000 111101

Color Harmonies of #DB5A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A96

Black with #DB5A96

Text Example


Text Example

White with #DB5A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A96; }

 p { color: rgb(219,90,150); }

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

background-color css

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

 a { background-color: rgb(219,90,150); }

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

border-color css

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

 span { border-color: rgb(219,90,150); }

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