#D932C6

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

Shades of Razzle Dazzle Rose #D932C6

Tints of Razzle Dazzle Rose #D932C6

Color information

#D932C6 (or 0xD932C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D9, 32 and C6. RGB value is (217,50,198). Sum of RGB (Red+Green+Blue) = 217+50+198=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D932C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D932C6 is #26CD39. Grayscale: #747474. Windows color (decimal): -2542906 or 12989145. OLE color: 12989145.

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

Color convert

RGB21750198-
CMYK00.770.090.15
HSL306.83º68.72%52.35%-
HSV(B)306.83º76.96%85.1%-
XYZ39.9521.1155.4-
YUV116.8173.83199.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 50 (19.92% from 255) = 10.75%
BLUE value IS 198 (77.73% from 255) = 42.58%
R=46.67%
G=10.75%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175019800.770.090.15306.8368.7252.35
HexD932C604D9F1334534
Octal331623060115111746310564
Binary110110011100101100011001001101100111111001100111000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D932C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D932C6; }

 p { color: rgb(217,50,198); }

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

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

 a { background-color: rgb(217,50,198); }

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

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

 span { border-color: rgb(217,50,198); }

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