#DA31C4

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

Shades of Razzle Dazzle Rose #DA31C4

Tints of Razzle Dazzle Rose #DA31C4

Color information

#DA31C4 (or 0xDA31C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 31 and C4. RGB value is (218,49,196). Sum of RGB (Red+Green+Blue) = 218+49+196=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA31C4 is #25CE3B. Grayscale: #737373. Windows color (decimal): -2477628 or 12857818. OLE color: 12857818.

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

Color convert

RGB21849196-
CMYK00.780.100.15
HSL307.81º69.55%52.35%-
HSV(B)307.81º77.52%85.49%-
XYZ39.9821.0954.19-
YUV116.29172.99200.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.08%
GREEN value IS 49 (19.53% from 255) = 10.58%
BLUE value IS 196 (76.95% from 255) = 42.33%
R=47.08%
G=10.58%
B=42.33%

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
Decimal2184919600.780.100.15307.8169.5552.35
HexDA31C404EAF1344634
Octal332613040116121746410664
Binary110110101100011100010001001110101011111001101001000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA31C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA31C4; }

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

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

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

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

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

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

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

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