#DA2AE7

Color #DA2AE7 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #DA2AE7

Tints of Psychedelic Purple #DA2AE7

Color information

#DA2AE7 (or 0xDA2AE7) is unknown color: approx Psychedelic Purple. HEX triplet: DA, 2A and E7. RGB value is (218,42,231). Sum of RGB (Red+Green+Blue) = 218+42+231=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 42 (16.80% from 255 or 8.55% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA2AE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2AE7 is #25D518. Grayscale: #737373. Windows color (decimal): -2479385 or 15149786. OLE color: 15149786.

HSL color Cylindrical-coordinate representation of color #DA2AE7: hue angle of 295.87º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2AE7 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21842231-
CMYK0.060.8200.09
HSL295.87º79.75%53.53%-
HSV(B)295.87º81.82%90.59%-
XYZ44.1722.3377.58-
YUV116.17192.81200.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 42 (16.80% from 255) = 8.55%
BLUE value IS 231 (90.62% from 255) = 47.05%
R=44.40%
G=8.55%
B=47.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal218422310.060.8200.09295.8779.7553.53
HexDA2AE7652091285036
Octal33252347612201145012066
Binary11011010101010111001111101010010010011001010001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2AE7; }

 p { color: rgb(218,42,231); }

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

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

 a { background-color: rgb(218,42,231); }

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

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

 span { border-color: rgb(218,42,231); }

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