#D933C8

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

Shades of Razzle Dazzle Rose #D933C8

Tints of Razzle Dazzle Rose #D933C8

Color information

#D933C8 (or 0xD933C8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D9, 33 and C8. RGB value is (217,51,200). Sum of RGB (Red+Green+Blue) = 217+51+200=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D933C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D933C8 is #26CC37. Grayscale: #757575. Windows color (decimal): -2542648 or 13120473. OLE color: 13120473.

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

Color convert

RGB21751200-
CMYK00.760.080.15
HSL306.14º68.6%52.55%-
HSV(B)306.14º76.5%85.1%-
XYZ40.2221.2956.63-
YUV117.62174.5198.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 51 (20.31% from 255) = 10.90%
BLUE value IS 200 (78.52% from 255) = 42.74%
R=46.37%
G=10.90%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175120000.760.080.15306.1468.652.55
HexD933C804C8F1324535
Octal331633100114101746210565
Binary110110011100111100100001001100100011111001100101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D933C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D933C8; }

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

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

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

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

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

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

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

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