#DA1CED

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

Shades of Psychedelic Purple #DA1CED

Tints of Psychedelic Purple #DA1CED

Color information

#DA1CED (or 0xDA1CED) is unknown color: approx Psychedelic Purple. HEX triplet: DA, 1C and ED. RGB value is (218,28,237). Sum of RGB (Red+Green+Blue) = 218+28+237=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 28 (11.33% from 255 or 5.80% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA1CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1CED is #25E312. Grayscale: #6B6B6B. Windows color (decimal): -2482963 or 15539418. OLE color: 15539418.

HSL color Cylindrical-coordinate representation of color #DA1CED: hue angle of 294.55º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1CED is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21828237-
CMYK0.080.8800.07
HSL294.55º85.31%51.96%-
HSV(B)294.55º88.19%92.94%-
XYZ44.6121.8581.99-
YUV108.64200.45206.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 28 (11.33% from 255) = 5.80%
BLUE value IS 237 (92.97% from 255) = 49.07%
R=45.13%
G=5.80%
B=49.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal218282370.080.8800.07294.5585.3151.96
HexDA1CED858071275534
Octal33234355101300744712564
Binary1101101011100111011011000101100001111001001111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1CED; }

 p { color: rgb(218,28,237); }

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

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

 a { background-color: rgb(218,28,237); }

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

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

 span { border-color: rgb(218,28,237); }

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