#DA29BC

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

Shades of Razzle Dazzle Rose #DA29BC

Tints of Razzle Dazzle Rose #DA29BC

Color information

#DA29BC (or 0xDA29BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 29 and BC. RGB value is (218,41,188). Sum of RGB (Red+Green+Blue) = 218+41+188=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29BC is #25D643. Grayscale: #6E6E6E. Windows color (decimal): -2479684 or 12331482. OLE color: 12331482.

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

Color convert

RGB21841188-
CMYK00.810.140.15
HSL310.17º70.52%50.78%-
HSV(B)310.17º81.19%85.49%-
XYZ38.7820.1249.42-
YUV110.68171.64204.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.77%
GREEN value IS 41 (16.41% from 255) = 9.17%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=48.77%
G=9.17%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184118800.810.140.15310.1770.5250.78
HexDA29BC051EF1364733
Octal332512740121161746610763
Binary110110101010011011110001010001111011111001101101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA29BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA29BC; }

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

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

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

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

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

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

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

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