#DC35BC

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

Shades of Razzle Dazzle Rose #DC35BC

Tints of Razzle Dazzle Rose #DC35BC

Color information

#DC35BC (or 0xDC35BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 35 and BC. RGB value is (220,53,188). Sum of RGB (Red+Green+Blue) = 220+53+188=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC35BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC35BC is #23CA43. Grayscale: #757575. Windows color (decimal): -2345540 or 12334556. OLE color: 12334556.

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

Color convert

RGB22053188-
CMYK00.760.150.14
HSL311.5º70.46%53.53%-
HSV(B)311.5º75.91%86.27%-
XYZ39.8721.3949.61-
YUV118.32167.33200.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.72%
GREEN value IS 53 (21.09% from 255) = 11.50%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=47.72%
G=11.50%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205318800.760.150.14311.570.4653.53
HexDC35BC04CFE1374636
Octal334652740114171646710666
Binary110111001101011011110001001100111111101001101111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC35BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC35BC; }

 p { color: rgb(220,53,188); }

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

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

 a { background-color: rgb(220,53,188); }

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

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

 span { border-color: rgb(220,53,188); }

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