#DA29C7

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

Shades of Razzle Dazzle Rose #DA29C7

Tints of Razzle Dazzle Rose #DA29C7

Color information

#DA29C7 (or 0xDA29C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 29 and C7. RGB value is (218,41,199). Sum of RGB (Red+Green+Blue) = 218+41+199=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29C7 is #25D638. Grayscale: #6F6F6F. Windows color (decimal): -2479673 or 13052378. OLE color: 13052378.

HSL color Cylindrical-coordinate representation of color #DA29C7: hue angle of 306.44º degrees, saturation: 0.71, 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 #DA29C7 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB21841199-
CMYK00.810.090.15
HSL306.44º70.52%50.78%-
HSV(B)306.44º81.19%85.49%-
XYZ40.0220.6155.9-
YUV111.94177.14203.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.60%
GREEN value IS 41 (16.41% from 255) = 8.95%
BLUE value IS 199 (78.12% from 255) = 43.45%
R=47.60%
G=8.95%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184119900.810.090.15306.4470.5250.78
HexDA29C70519F1324733
Octal332513070121111746210763
Binary110110101010011100011101010001100111111001100101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA29C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA29C7; }

 p { color: rgb(218,41,199); }

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

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

 a { background-color: rgb(218,41,199); }

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

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

 span { border-color: rgb(218,41,199); }

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