Html Css Color HEX #DB53AC Brilliant Rose

📋 copy color: '#DB53AC'

red 219 ◦ green 83 ◦ blue 172

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

Shades of Brilliant Rose #DB53AC

Tints of Brilliant Rose #DB53AC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.51%

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

R = 46.2%
G = 17.51%
B = 36.29%

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

#DB53AC (or 0xDB53AC) is known color: Brilliant Rose. HEX triplet: DB, 53 and AC. RGB value is (219,83,172). Sum of RGB (Red+Green+Blue) = 219+83+172=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB53AC is #24AC53. Grayscale: #858585. Windows color (decimal): -2403412 or 11293659. OLE color: 11293659.

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

Color convert

RGB 219 83 172 -
CMYK 0 0.62 0.21 0.14
HSL 320.74º 0.65% 0.59% -
HSV(B) 320.74º 0.62% 0.86% -
XYZ 39.75 24.23 41.61 -
YUV 133.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 219 83 172 0 0.62 0.21 0.14 320.74 0.65 0.59
Hex DB 53 AC 0 3E 15 E 141 41 3B
Octal 333 123 254 0 76 25 16 501 101 73
Binary 11011011 1010011 10101100 0 111110 10101 1110 101000001 1000001 111011

Color Harmonies of #DB53AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB53AC

Black with #DB53AC

Text Example


Text Example

White with #DB53AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB53AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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