Html Css Color HEX #DB59AD Brilliant Rose

📋 copy color: '#DB59AD'

red 219 ◦ green 89 ◦ blue 173

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

Shades of Brilliant Rose #DB59AD

Tints of Brilliant Rose #DB59AD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.5%

 BLUE value IS 173 (67.97% from 255) = 35.97%

R = 45.53%
G = 18.5%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB59AD (or 0xDB59AD) is known color: Brilliant Rose. HEX triplet: DB, 59 and AD. RGB value is (219,89,173). Sum of RGB (Red+Green+Blue) = 219+89+173=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB59AD is #24A652. Grayscale: #898989. Windows color (decimal): -2401875 or 11360731. OLE color: 11360731.

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

Color convert

RGB 219 89 173 -
CMYK 0 0.59 0.21 0.14
HSL 321.23º 0.64% 0.6% -
HSV(B) 321.23º 0.59% 0.86% -
XYZ 40.33 25.22 42.28 -
YUV 137.45 148.07 186.17 -
System Red Green Blue C M Y K H S L
Decimal 219 89 173 0 0.59 0.21 0.14 321.23 0.64 0.6
Hex DB 59 AD 0 3B 15 E 141 40 3C
Octal 333 131 255 0 73 25 16 501 100 74
Binary 11011011 1011001 10101101 0 111011 10101 1110 101000001 1000000 111100

Color Harmonies of #DB59AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59AD

Black with #DB59AD

Text Example


Text Example

White with #DB59AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59AD; }

 p { color: rgb(219,89,173); }

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

background-color css

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

 a { background-color: rgb(219,89,173); }

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

border-color css

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

 span { border-color: rgb(219,89,173); }

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