#DA33BC

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

Shades of Razzle Dazzle Rose #DA33BC

Tints of Razzle Dazzle Rose #DA33BC

Color information

#DA33BC (or 0xDA33BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 33 and BC. RGB value is (218,51,188). Sum of RGB (Red+Green+Blue) = 218+51+188=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA33BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA33BC is #25CC43. Grayscale: #747474. Windows color (decimal): -2477124 or 12334042. OLE color: 12334042.

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

Color convert

RGB21851188-
CMYK00.770.140.15
HSL310.78º69.29%52.75%-
HSV(B)310.78º76.61%85.49%-
XYZ39.1720.949.55-
YUV116.55168.33200.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 51 (20.31% from 255) = 11.16%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=47.70%
G=11.16%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185118800.770.140.15310.7869.2952.75
HexDA33BC04DEF1374535
Octal332632740115161746710565
Binary110110101100111011110001001101111011111001101111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA33BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA33BC; }

 p { color: rgb(218,51,188); }

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

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

 a { background-color: rgb(218,51,188); }

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

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

 span { border-color: rgb(218,51,188); }

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