#DA29C8

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

Shades of Razzle Dazzle Rose #DA29C8

Tints of Razzle Dazzle Rose #DA29C8

Color information

#DA29C8 (or 0xDA29C8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 29 and C8. RGB value is (218,41,200). Sum of RGB (Red+Green+Blue) = 218+41+200=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29C8 is #25D637. Grayscale: #6F6F6F. Windows color (decimal): -2479672 or 13117914. OLE color: 13117914.

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

Color convert

RGB21841200-
CMYK00.810.080.15
HSL306.1º70.52%50.78%-
HSV(B)306.1º81.19%85.49%-
XYZ40.1320.6656.52-
YUV112.05177.64203.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.49%
GREEN value IS 41 (16.41% from 255) = 8.93%
BLUE value IS 200 (78.52% from 255) = 43.57%
R=47.49%
G=8.93%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184120000.810.080.15306.170.5250.78
HexDA29C80518F1324733
Octal332513100121101746210763
Binary110110101010011100100001010001100011111001100101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA29C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA29C8; }

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

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

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

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

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

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

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

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