Html Css Color HEX #DB56AB Brilliant Rose

📋 copy color: '#DB56AB'

red 219 ◦ green 86 ◦ blue 171

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

Shades of Brilliant Rose #DB56AB

Tints of Brilliant Rose #DB56AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.92%

R = 46.01%
G = 18.07%
B = 35.92%

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

#DB56AB (or 0xDB56AB) is known color: Brilliant Rose. HEX triplet: DB, 56 and AB. RGB value is (219,86,171). Sum of RGB (Red+Green+Blue) = 219+86+171=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB56AB is #24A954. Grayscale: #878787. Windows color (decimal): -2402645 or 11228891. OLE color: 11228891.

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

Color convert

RGB 219 86 171 -
CMYK 0 0.61 0.22 0.14
HSL 321.65º 0.65% 0.6% -
HSV(B) 321.65º 0.61% 0.86% -
XYZ 39.89 24.66 41.18 -
YUV 135.46 148.06 187.59 -
System Red Green Blue C M Y K H S L
Decimal 219 86 171 0 0.61 0.22 0.14 321.65 0.65 0.6
Hex DB 56 AB 0 3D 16 E 142 41 3C
Octal 333 126 253 0 75 26 16 502 101 74
Binary 11011011 1010110 10101011 0 111101 10110 1110 101000010 1000001 111100

Color Harmonies of #DB56AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB56AB

Black with #DB56AB

Text Example


Text Example

White with #DB56AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB56AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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