Html Css Color HEX #DB59AC Brilliant Rose

📋 copy color: '#DB59AC'

red 219 ◦ green 89 ◦ blue 172

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

Shades of Brilliant Rose #DB59AC

Tints of Brilliant Rose #DB59AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.83%

R = 45.63%
G = 18.54%
B = 35.83%

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

#DB59AC (or 0xDB59AC) is known color: Brilliant Rose. HEX triplet: DB, 59 and AC. RGB value is (219,89,172). Sum of RGB (Red+Green+Blue) = 219+89+172=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB59AC is #24A653. Grayscale: #898989. Windows color (decimal): -2401876 or 11295195. OLE color: 11295195.

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

Color convert

RGB 219 89 172 -
CMYK 0 0.59 0.21 0.14
HSL 321.69º 0.64% 0.6% -
HSV(B) 321.69º 0.59% 0.86% -
XYZ 40.23 25.18 41.77 -
YUV 137.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 219 89 172 0 0.59 0.21 0.14 321.69 0.64 0.6
Hex DB 59 AC 0 3B 15 E 142 40 3C
Octal 333 131 254 0 73 25 16 502 100 74
Binary 11011011 1011001 10101100 0 111011 10101 1110 101000010 1000000 111100

Color Harmonies of #DB59AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59AC

Black with #DB59AC

Text Example


Text Example

White with #DB59AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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