#DA29D7

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

Shades of Razzle Dazzle Rose #DA29D7

Tints of Razzle Dazzle Rose #DA29D7

Color information

#DA29D7 (or 0xDA29D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 29 and D7. RGB value is (218,41,215). Sum of RGB (Red+Green+Blue) = 218+41+215=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29D7 is #25D628. Grayscale: #717171. Windows color (decimal): -2479657 or 14100954. OLE color: 14100954.

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

Color convert

RGB21841215-
CMYK00.810.010.15
HSL301.02º70.52%50.78%-
HSV(B)301.02º81.19%85.49%-
XYZ41.9721.466.21-
YUV113.76185.14202.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 41 (16.41% from 255) = 8.65%
BLUE value IS 215 (84.38% from 255) = 45.36%
R=45.99%
G=8.65%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184121500.810.010.15301.0270.5250.78
HexDA29D70511F12d4733
Octal33251327012111745510763
Binary110110101010011101011101010001111111001011011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA29D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA29D7; }

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

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

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

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

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

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

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

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