#D92CD5

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

Shades of Razzle Dazzle Rose #D92CD5

Tints of Razzle Dazzle Rose #D92CD5

Color information

#D92CD5 (or 0xD92CD5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D9, 2C and D5. RGB value is (217,44,213). Sum of RGB (Red+Green+Blue) = 217+44+213=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D92CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92CD5 is #26D32A. Grayscale: #727272. Windows color (decimal): -2544427 or 13970649. OLE color: 13970649.

HSL color Cylindrical-coordinate representation of color #D92CD5: hue angle of 301.39º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92CD5 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB21744213-
CMYK00.800.020.15
HSL301.39º69.48%51.18%-
HSV(B)301.39º79.72%85.1%-
XYZ41.5321.3664.88-
YUV114.99183.31200.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 44 (17.58% from 255) = 9.28%
BLUE value IS 213 (83.59% from 255) = 44.94%
R=45.78%
G=9.28%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174421300.800.020.15301.3969.4851.18
HexD92CD50502F12d4533
Octal33154325012021745510563
Binary1101100110110011010101010100001011111001011011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92CD5; }

 p { color: rgb(217,44,213); }

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

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

 a { background-color: rgb(217,44,213); }

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

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

 span { border-color: rgb(217,44,213); }

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