#DA31C5

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

Shades of Razzle Dazzle Rose #DA31C5

Tints of Razzle Dazzle Rose #DA31C5

Color information

#DA31C5 (or 0xDA31C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 31 and C5. RGB value is (218,49,197). Sum of RGB (Red+Green+Blue) = 218+49+197=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA31C5 is #25CE3A. Grayscale: #737373. Windows color (decimal): -2477627 or 12923354. OLE color: 12923354.

HSL color Cylindrical-coordinate representation of color #DA31C5: hue angle of 307.46º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA31C5 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB21849197-
CMYK00.780.100.15
HSL307.46º69.55%52.35%-
HSV(B)307.46º77.52%85.49%-
XYZ40.0921.1354.79-
YUV116.4173.49200.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.98%
GREEN value IS 49 (19.53% from 255) = 10.56%
BLUE value IS 197 (77.34% from 255) = 42.46%
R=46.98%
G=10.56%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184919700.780.100.15307.4669.5552.35
HexDA31C504EAF1334634
Octal332613050116121746310664
Binary110110101100011100010101001110101011111001100111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA31C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA31C5; }

 p { color: rgb(218,49,197); }

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

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

 a { background-color: rgb(218,49,197); }

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

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

 span { border-color: rgb(218,49,197); }

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