#D928CA

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

Shades of Razzle Dazzle Rose #D928CA

Tints of Razzle Dazzle Rose #D928CA

Color information

#D928CA (or 0xD928CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D9, 28 and CA. RGB value is (217,40,202). Sum of RGB (Red+Green+Blue) = 217+40+202=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D928CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D928CA is #26D735. Grayscale: #6E6E6E. Windows color (decimal): -2545462 or 13248729. OLE color: 13248729.

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

Color convert

RGB21740202-
CMYK00.820.070.15
HSL305.08º69.96%50.39%-
HSV(B)305.08º81.57%85.1%-
XYZ40.0320.5357.73-
YUV111.39179.14203.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.28%
GREEN value IS 40 (16.02% from 255) = 8.71%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=47.28%
G=8.71%
B=44.01%

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
Decimal2174020200.820.070.15305.0869.9650.39
HexD928CA0527F1314632
Octal33150312012271746110662
Binary11011001101000110010100101001011111111001100011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D928CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D928CA; }

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

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

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

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

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

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

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

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