Html Css Color HEX #DB55AB Brilliant Rose

📋 copy color: '#DB55AB'

red 219 ◦ green 85 ◦ blue 171

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

Shades of Brilliant Rose #DB55AB

Tints of Brilliant Rose #DB55AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.89%

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

R = 46.11%
G = 17.89%
B = 36%

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

#DB55AB (or 0xDB55AB) is known color: Brilliant Rose. HEX triplet: DB, 55 and AB. RGB value is (219,85,171). Sum of RGB (Red+Green+Blue) = 219+85+171=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB55AB is #24AA54. Grayscale: #868686. Windows color (decimal): -2402901 or 11228635. OLE color: 11228635.

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

Color convert

RGB 219 85 171 -
CMYK 0 0.61 0.22 0.14
HSL 321.49º 0.65% 0.6% -
HSV(B) 321.49º 0.61% 0.86% -
XYZ 39.81 24.5 41.16 -
YUV 134.87 148.39 188.01 -
System Red Green Blue C M Y K H S L
Decimal 219 85 171 0 0.61 0.22 0.14 321.49 0.65 0.6
Hex DB 55 AB 0 3D 16 E 141 41 3C
Octal 333 125 253 0 75 26 16 501 101 74
Binary 11011011 1010101 10101011 0 111101 10110 1110 101000001 1000001 111100

Color Harmonies of #DB55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB55AB

Black with #DB55AB

Text Example


Text Example

White with #DB55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB55AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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