#D933CE

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

Shades of Razzle Dazzle Rose #D933CE

Tints of Razzle Dazzle Rose #D933CE

Color information

#D933CE (or 0xD933CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D9, 33 and CE. RGB value is (217,51,206). Sum of RGB (Red+Green+Blue) = 217+51+206=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 51 (20.31% from 255 or 10.76% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D933CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D933CE is #26CC31. Grayscale: #757575. Windows color (decimal): -2542642 or 13513689. OLE color: 13513689.

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

Color convert

RGB21751206-
CMYK00.760.050.15
HSL303.98º68.6%52.55%-
HSV(B)303.98º76.5%85.1%-
XYZ40.9421.5860.4-
YUV118.3177.5198.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 51 (20.31% from 255) = 10.76%
BLUE value IS 206 (80.86% from 255) = 43.46%
R=45.78%
G=10.76%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175120600.760.050.15303.9868.652.55
HexD933CE04C5F1304535
Octal33163316011451746010565
Binary11011001110011110011100100110010111111001100001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D933CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D933CE; }

 p { color: rgb(217,51,206); }

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

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

 a { background-color: rgb(217,51,206); }

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

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

 span { border-color: rgb(217,51,206); }

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