#DA2CCE

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

Shades of Razzle Dazzle Rose #DA2CCE

Tints of Razzle Dazzle Rose #DA2CCE

Color information

#DA2CCE (or 0xDA2CCE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 2C and CE. RGB value is (218,44,206). Sum of RGB (Red+Green+Blue) = 218+44+206=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2CCE is #25D331. Grayscale: #727272. Windows color (decimal): -2478898 or 13511898. OLE color: 13511898.

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

Color convert

RGB21844206-
CMYK00.800.060.15
HSL304.14º70.16%51.37%-
HSV(B)304.14º79.82%85.49%-
XYZ40.9521.1660.32-
YUV114.49179.65201.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.58%
GREEN value IS 44 (17.58% from 255) = 9.40%
BLUE value IS 206 (80.86% from 255) = 44.02%
R=46.58%
G=9.40%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184420600.800.060.15304.1470.1651.37
HexDA2CCE0506F1304633
Octal33254316012061746010663
Binary11011010101100110011100101000011011111001100001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2CCE; }

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

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

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

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

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

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

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

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