Html Css Color HEX #DB54AD Brilliant Rose

📋 copy color: '#DB54AD'

red 219 ◦ green 84 ◦ blue 173

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

Shades of Brilliant Rose #DB54AD

Tints of Brilliant Rose #DB54AD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.65%

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

R = 46.01%
G = 17.65%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB54AD (or 0xDB54AD) is known color: Brilliant Rose. HEX triplet: DB, 54 and AD. RGB value is (219,84,173). Sum of RGB (Red+Green+Blue) = 219+84+173=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB54AD is #24AB52. Grayscale: #868686. Windows color (decimal): -2403155 or 11359451. OLE color: 11359451.

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

Color convert

RGB 219 84 173 -
CMYK 0 0.62 0.21 0.14
HSL 320.44º 0.65% 0.59% -
HSV(B) 320.44º 0.62% 0.86% -
XYZ 39.93 24.42 42.14 -
YUV 134.51 149.73 188.26 -
System Red Green Blue C M Y K H S L
Decimal 219 84 173 0 0.62 0.21 0.14 320.44 0.65 0.59
Hex DB 54 AD 0 3E 15 E 140 41 3B
Octal 333 124 255 0 76 25 16 500 101 73
Binary 11011011 1010100 10101101 0 111110 10101 1110 101000000 1000001 111011

Color Harmonies of #DB54AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB54AD

Black with #DB54AD

Text Example


Text Example

White with #DB54AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB54AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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