Html Css Color HEX #DB53AE Brilliant Rose

📋 copy color: '#DB53AE'

red 219 ◦ green 83 ◦ blue 174

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

Shades of Brilliant Rose #DB53AE

Tints of Brilliant Rose #DB53AE

RGB

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

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

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

R = 46.01%
G = 17.44%
B = 36.55%

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

#DB53AE (or 0xDB53AE) is known color: Brilliant Rose. HEX triplet: DB, 53 and AE. RGB value is (219,83,174). Sum of RGB (Red+Green+Blue) = 219+83+174=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB53AE is #24AC51. Grayscale: #858585. Windows color (decimal): -2403410 or 11424731. OLE color: 11424731.

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

Color convert

RGB 219 83 174 -
CMYK 0 0.62 0.21 0.14
HSL 319.85º 0.65% 0.59% -
HSV(B) 319.85º 0.62% 0.86% -
XYZ 39.95 24.3 42.63 -
YUV 134.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 219 83 174 0 0.62 0.21 0.14 319.85 0.65 0.59
Hex DB 53 AE 0 3E 15 E 140 41 3B
Octal 333 123 256 0 76 25 16 500 101 73
Binary 11011011 1010011 10101110 0 111110 10101 1110 101000000 1000001 111011

Color Harmonies of #DB53AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB53AE

Black with #DB53AE

Text Example


Text Example

White with #DB53AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB53AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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