#DC35BB

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

Shades of Razzle Dazzle Rose #DC35BB

Tints of Razzle Dazzle Rose #DC35BB

Color information

#DC35BB (or 0xDC35BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 35 and BB. RGB value is (220,53,187). Sum of RGB (Red+Green+Blue) = 220+53+187=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC35BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC35BB is #23CA44. Grayscale: #757575. Windows color (decimal): -2345541 or 12269020. OLE color: 12269020.

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

Color convert

RGB22053187-
CMYK00.760.150.14
HSL311.86º70.46%53.53%-
HSV(B)311.86º75.91%86.27%-
XYZ39.7621.3549.04-
YUV118.21166.83200.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.83%
GREEN value IS 53 (21.09% from 255) = 11.52%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=47.83%
G=11.52%
B=40.65%

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
Decimal2205318700.760.150.14311.8670.4653.53
HexDC35BB04CFE1384636
Octal334652730114171647010666
Binary110111001101011011101101001100111111101001110001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC35BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC35BB; }

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

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

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

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

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

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

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

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