#DC33B8

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

Shades of Razzle Dazzle Rose #DC33B8

Tints of Razzle Dazzle Rose #DC33B8

Color information

#DC33B8 (or 0xDC33B8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 33 and B8. RGB value is (220,51,184). Sum of RGB (Red+Green+Blue) = 220+51+184=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33B8 is #23CC47. Grayscale: #747474. Windows color (decimal): -2346056 or 12071900. OLE color: 12071900.

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

Color convert

RGB22051184-
CMYK00.770.160.14
HSL312.78º70.71%53.14%-
HSV(B)312.78º76.82%86.27%-
XYZ39.3521.0447.34-
YUV116.69165.99201.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.35%
GREEN value IS 51 (20.31% from 255) = 11.21%
BLUE value IS 184 (72.27% from 255) = 40.44%
R=48.35%
G=11.21%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205118400.770.160.14312.7870.7153.14
HexDC33B804D10E1394735
Octal334632700115201647110765
Binary1101110011001110111000010011011000011101001110011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC33B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC33B8; }

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

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

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

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

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

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

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

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