#DA2CD5

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

Shades of Razzle Dazzle Rose #DA2CD5

Tints of Razzle Dazzle Rose #DA2CD5

Color information

#DA2CD5 (or 0xDA2CD5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 2C and D5. RGB value is (218,44,213). Sum of RGB (Red+Green+Blue) = 218+44+213=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2CD5 is #25D32A. Grayscale: #727272. Windows color (decimal): -2478891 or 13970650. OLE color: 13970650.

HSL color Cylindrical-coordinate representation of color #DA2CD5: hue angle of 301.72º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2CD5 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB21844213-
CMYK00.800.020.15
HSL301.72º70.16%51.37%-
HSV(B)301.72º79.82%85.49%-
XYZ41.8221.5164.9-
YUV115.29183.15201.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.89%
GREEN value IS 44 (17.58% from 255) = 9.26%
BLUE value IS 213 (83.59% from 255) = 44.84%
R=45.89%
G=9.26%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184421300.800.020.15301.7270.1651.37
HexDA2CD50502F12e4633
Octal33254325012021745610663
Binary1101101010110011010101010100001011111001011101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2CD5; }

 p { color: rgb(218,44,213); }

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

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

 a { background-color: rgb(218,44,213); }

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

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

 span { border-color: rgb(218,44,213); }

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