Html Css Color HEX #DB5AAB Hopbush

📋 copy color: '#DB5AAB'

red 219 ◦ green 90 ◦ blue 171

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

Shades of Hopbush #DB5AAB

Tints of Hopbush #DB5AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.63%

R = 45.63%
G = 18.75%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB5AAB (or 0xDB5AAB) is known color: Hopbush. HEX triplet: DB, 5A and AB. RGB value is (219,90,171). Sum of RGB (Red+Green+Blue) = 219+90+171=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5AAB is #24A554. Grayscale: #898989. Windows color (decimal): -2401621 or 11229915. OLE color: 11229915.

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

Color convert

RGB 219 90 171 -
CMYK 0 0.59 0.22 0.14
HSL 322.33º 0.64% 0.61% -
HSV(B) 322.33º 0.59% 0.86% -
XYZ 40.22 25.31 41.29 -
YUV 137.81 146.74 185.91 -
System Red Green Blue C M Y K H S L
Decimal 219 90 171 0 0.59 0.22 0.14 322.33 0.64 0.61
Hex DB 5A AB 0 3B 16 E 142 40 3D
Octal 333 132 253 0 73 26 16 502 100 75
Binary 11011011 1011010 10101011 0 111011 10110 1110 101000010 1000000 111101

Color Harmonies of #DB5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AAB

Black with #DB5AAB

Text Example


Text Example

White with #DB5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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