#DB3AC5

Color #DB3AC5 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DB3AC5

Tints of Razzle Dazzle Rose #DB3AC5

Color information

#DB3AC5 (or 0xDB3AC5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DB, 3A and C5. RGB value is (219,58,197). Sum of RGB (Red+Green+Blue) = 219+58+197=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3AC5 is #24C53A. Grayscale: #797979. Windows color (decimal): -2409787 or 12925659. OLE color: 12925659.

HSL color Cylindrical-coordinate representation of color #DB3AC5: hue angle of 308.2º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3AC5 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB21958197-
CMYK00.740.100.14
HSL308.2º69.1%54.31%-
HSV(B)308.2º73.52%85.88%-
XYZ40.822.1254.94-
YUV121.98170.34197.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 58 (23.05% from 255) = 12.24%
BLUE value IS 197 (77.34% from 255) = 41.56%
R=46.20%
G=12.24%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195819700.740.100.14308.269.154.31
HexDB3AC504AAE1344536
Octal333723050112121646410566
Binary110110111110101100010101001010101011101001101001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3AC5; }

 p { color: rgb(219,58,197); }

 H1.HeaderClassName
 {
   color: #DB3AC5;
 }
 .AnyTagClassName
 {
   color: #DB3AC5;
 }
</style>
background-color css

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

 a { background-color: rgb(219,58,197); }

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

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

 span { border-color: rgb(219,58,197); }

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