Html Css Color HEX #DB56AC Brilliant Rose

📋 copy color: '#DB56AC'

red 219 ◦ green 86 ◦ blue 172

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

Shades of Brilliant Rose #DB56AC

Tints of Brilliant Rose #DB56AC

RGB

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

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

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

R = 45.91%
G = 18.03%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB56AC (or 0xDB56AC) is known color: Brilliant Rose. HEX triplet: DB, 56 and AC. RGB value is (219,86,172). Sum of RGB (Red+Green+Blue) = 219+86+172=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB56AC is #24A953. Grayscale: #878787. Windows color (decimal): -2402644 or 11294427. OLE color: 11294427.

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

Color convert

RGB 219 86 172 -
CMYK 0 0.61 0.21 0.14
HSL 321.2º 0.65% 0.6% -
HSV(B) 321.2º 0.61% 0.86% -
XYZ 39.99 24.69 41.69 -
YUV 135.57 148.56 187.51 -
System Red Green Blue C M Y K H S L
Decimal 219 86 172 0 0.61 0.21 0.14 321.2 0.65 0.6
Hex DB 56 AC 0 3D 15 E 141 41 3C
Octal 333 126 254 0 75 25 16 501 101 74
Binary 11011011 1010110 10101100 0 111101 10101 1110 101000001 1000001 111100

Color Harmonies of #DB56AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB56AC

Black with #DB56AC

Text Example


Text Example

White with #DB56AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB56AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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