#DB2DC4

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

Shades of Razzle Dazzle Rose #DB2DC4

Tints of Razzle Dazzle Rose #DB2DC4

Color information

#DB2DC4 (or 0xDB2DC4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DB, 2D and C4. RGB value is (219,45,196). Sum of RGB (Red+Green+Blue) = 219+45+196=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DC4 is #24D23B. Grayscale: #717171. Windows color (decimal): -2413116 or 12856795. OLE color: 12856795.

HSL color Cylindrical-coordinate representation of color #DB2DC4: hue angle of 307.93º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2DC4 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB21945196-
CMYK00.790.110.14
HSL307.93º70.73%51.76%-
HSV(B)307.93º79.45%85.88%-
XYZ40.1220.9254.15-
YUV114.24174.15202.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.61%
GREEN value IS 45 (17.97% from 255) = 9.78%
BLUE value IS 196 (76.95% from 255) = 42.61%
R=47.61%
G=9.78%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2194519600.790.110.14307.9370.7351.76
HexDB2DC404FBE1344734
Octal333553040117131646410764
Binary110110111011011100010001001111101111101001101001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2DC4; }

 p { color: rgb(219,45,196); }

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

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

 a { background-color: rgb(219,45,196); }

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

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

 span { border-color: rgb(219,45,196); }

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