#DC33B7

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

Shades of Razzle Dazzle Rose #DC33B7

Tints of Razzle Dazzle Rose #DC33B7

Color information

#DC33B7 (or 0xDC33B7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 33 and B7. RGB value is (220,51,183). Sum of RGB (Red+Green+Blue) = 220+51+183=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33B7 is #23CC48. Grayscale: #747474. Windows color (decimal): -2346057 or 12006364. OLE color: 12006364.

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

Color convert

RGB22051183-
CMYK00.770.170.14
HSL313.14º70.71%53.14%-
HSV(B)313.14º76.82%86.27%-
XYZ39.252146.79-
YUV116.58165.49201.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.46%
GREEN value IS 51 (20.31% from 255) = 11.23%
BLUE value IS 183 (71.88% from 255) = 40.31%
R=48.46%
G=11.23%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205118300.770.170.14313.1470.7153.14
HexDC33B704D11E1394735
Octal334632670115211647110765
Binary1101110011001110110111010011011000111101001110011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC33B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC33B7; }

 p { color: rgb(220,51,183); }

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

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

 a { background-color: rgb(220,51,183); }

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

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

 span { border-color: rgb(220,51,183); }

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