#DC3BC6

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

Shades of Razzle Dazzle Rose #DC3BC6

Tints of Razzle Dazzle Rose #DC3BC6

Color information

#DC3BC6 (or 0xDC3BC6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 3B and C6. RGB value is (220,59,198). Sum of RGB (Red+Green+Blue) = 220+59+198=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3BC6 is #23C439. Grayscale: #7A7A7A. Windows color (decimal): -2343994 or 12991452. OLE color: 12991452.

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

Color convert

RGB22059198-
CMYK00.730.10.14
HSL308.2º69.7%54.71%-
HSV(B)308.2º73.18%86.27%-
XYZ41.2722.4255.58-
YUV122.98170.34197.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.12%
GREEN value IS 59 (23.44% from 255) = 12.37%
BLUE value IS 198 (77.73% from 255) = 41.51%
R=46.12%
G=12.37%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205919800.730.10.14308.269.754.71
HexDC3BC6049AE1344637
Octal334733060111121646410667
Binary110111001110111100011001001001101011101001101001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3BC6; }

 p { color: rgb(220,59,198); }

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

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

 a { background-color: rgb(220,59,198); }

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

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

 span { border-color: rgb(220,59,198); }

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