#D928C9

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

Shades of Razzle Dazzle Rose #D928C9

Tints of Razzle Dazzle Rose #D928C9

Color information

#D928C9 (or 0xD928C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D9, 28 and C9. RGB value is (217,40,201). Sum of RGB (Red+Green+Blue) = 217+40+201=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D928C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D928C9 is #26D736. Grayscale: #6E6E6E. Windows color (decimal): -2545463 or 13183193. OLE color: 13183193.

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

Color convert

RGB21740201-
CMYK00.820.070.15
HSL305.42º69.96%50.39%-
HSV(B)305.42º81.57%85.1%-
XYZ39.9220.4957.11-
YUV111.28178.64203.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.38%
GREEN value IS 40 (16.02% from 255) = 8.73%
BLUE value IS 201 (78.91% from 255) = 43.89%
R=47.38%
G=8.73%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174020100.820.070.15305.4269.9650.39
HexD928C90527F1314632
Octal33150311012271746110662
Binary11011001101000110010010101001011111111001100011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D928C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D928C9; }

 p { color: rgb(217,40,201); }

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

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

 a { background-color: rgb(217,40,201); }

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

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

 span { border-color: rgb(217,40,201); }

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