#DA29CA

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

Shades of Razzle Dazzle Rose #DA29CA

Tints of Razzle Dazzle Rose #DA29CA

Color information

#DA29CA (or 0xDA29CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 29 and CA. RGB value is (218,41,202). Sum of RGB (Red+Green+Blue) = 218+41+202=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29CA is #25D635. Grayscale: #6F6F6F. Windows color (decimal): -2479670 or 13248986. OLE color: 13248986.

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

Color convert

RGB21841202-
CMYK00.810.070.15
HSL305.42º70.52%50.78%-
HSV(B)305.42º81.19%85.49%-
XYZ40.3720.7657.76-
YUV112.28178.64203.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.29%
GREEN value IS 41 (16.41% from 255) = 8.89%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=47.29%
G=8.89%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184120200.810.070.15305.4270.5250.78
HexDA29CA0517F1314733
Octal33251312012171746110763
Binary11011010101001110010100101000111111111001100011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA29CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA29CA; }

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

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

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

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

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

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

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

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