Html Css Color HEX #DB56AA Brilliant Rose

📋 copy color: '#DB56AA'

red 219 ◦ green 86 ◦ blue 170

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

Shades of Brilliant Rose #DB56AA

Tints of Brilliant Rose #DB56AA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.11%

 BLUE value IS 170 (66.8% from 255) = 35.79%

R = 46.11%
G = 18.11%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB56AA (or 0xDB56AA) is known color: Brilliant Rose. HEX triplet: DB, 56 and AA. RGB value is (219,86,170). Sum of RGB (Red+Green+Blue) = 219+86+170=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB56AA is #24A955. Grayscale: #878787. Windows color (decimal): -2402646 or 11163355. OLE color: 11163355.

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

Color convert

RGB 219 86 170 -
CMYK 0 0.61 0.22 0.14
HSL 322.11º 0.65% 0.6% -
HSV(B) 322.11º 0.61% 0.86% -
XYZ 39.8 24.62 40.68 -
YUV 135.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 219 86 170 0 0.61 0.22 0.14 322.11 0.65 0.6
Hex DB 56 AA 0 3D 16 E 142 41 3C
Octal 333 126 252 0 75 26 16 502 101 74
Binary 11011011 1010110 10101010 0 111101 10110 1110 101000010 1000001 111100

Color Harmonies of #DB56AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB56AA

Black with #DB56AA

Text Example


Text Example

White with #DB56AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB56AA; }

 p { color: rgb(219,86,170); }

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

background-color css

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

 a { background-color: rgb(219,86,170); }

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

border-color css

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

 span { border-color: rgb(219,86,170); }

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