#D92ACE

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

Shades of Razzle Dazzle Rose #D92ACE

Tints of Razzle Dazzle Rose #D92ACE

Color information

#D92ACE (or 0xD92ACE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D9, 2A and CE. RGB value is (217,42,206). Sum of RGB (Red+Green+Blue) = 217+42+206=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D92ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92ACE is #26D531. Grayscale: #707070. Windows color (decimal): -2544946 or 13511385. OLE color: 13511385.

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

Color convert

RGB21742206-
CMYK00.810.050.15
HSL303.77º69.72%50.78%-
HSV(B)303.77º80.65%85.1%-
XYZ40.5820.8660.28-
YUV113.02180.48202.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 42 (16.80% from 255) = 9.03%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=46.67%
G=9.03%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174220600.810.050.15303.7769.7250.78
HexD92ACE0515F1304633
Octal33152316012151746010663
Binary11011001101010110011100101000110111111001100001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92ACE; }

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

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

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

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

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

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

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

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