#DF30C7

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

Shades of Razzle Dazzle Rose #DF30C7

Tints of Razzle Dazzle Rose #DF30C7

Color information

#DF30C7 (or 0xDF30C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 30 and C7. RGB value is (223,48,199). Sum of RGB (Red+Green+Blue) = 223+48+199=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF30C7 is #20CF38. Grayscale: #757575. Windows color (decimal): -2150201 or 13054175. OLE color: 13054175.

HSL color Cylindrical-coordinate representation of color #DF30C7: hue angle of 308.23º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF30C7 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB22348199-
CMYK00.780.110.13
HSL308.23º73.22%53.14%-
HSV(B)308.23º78.48%87.45%-
XYZ41.821.9356.06-
YUV117.54173.98203.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.45%
GREEN value IS 48 (19.14% from 255) = 10.21%
BLUE value IS 199 (78.12% from 255) = 42.34%
R=47.45%
G=10.21%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234819900.780.110.13308.2373.2253.14
HexDF30C704EBD1344935
Octal337603070116131546411165
Binary110111111100001100011101001110101111011001101001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF30C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF30C7; }

 p { color: rgb(223,48,199); }

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

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

 a { background-color: rgb(223,48,199); }

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

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

 span { border-color: rgb(223,48,199); }

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