Html Css Color HEX #DB59AE Brilliant Rose

📋 copy color: '#DB59AE'

red 219 ◦ green 89 ◦ blue 174

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

Shades of Brilliant Rose #DB59AE

Tints of Brilliant Rose #DB59AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.1%

R = 45.44%
G = 18.46%
B = 36.1%

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

#DB59AE (or 0xDB59AE) is known color: Brilliant Rose. HEX triplet: DB, 59 and AE. RGB value is (219,89,174). Sum of RGB (Red+Green+Blue) = 219+89+174=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB59AE is #24A651. Grayscale: #898989. Windows color (decimal): -2401874 or 11426267. OLE color: 11426267.

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

Color convert

RGB 219 89 174 -
CMYK 0 0.59 0.21 0.14
HSL 320.77º 0.64% 0.6% -
HSV(B) 320.77º 0.59% 0.86% -
XYZ 40.43 25.26 42.79 -
YUV 137.56 148.57 186.09 -
System Red Green Blue C M Y K H S L
Decimal 219 89 174 0 0.59 0.21 0.14 320.77 0.64 0.6
Hex DB 59 AE 0 3B 15 E 141 40 3C
Octal 333 131 256 0 73 25 16 501 100 74
Binary 11011011 1011001 10101110 0 111011 10101 1110 101000001 1000000 111100

Color Harmonies of #DB59AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59AE

Black with #DB59AE

Text Example


Text Example

White with #DB59AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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