Html Css Color HEX #DA19ED Psychedelic Purple

📋 copy color: '#DA19ED'

red 218 ◦ green 25 ◦ blue 237

#DA19ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #DA19ED

Tints of Psychedelic Purple #DA19ED

RGB

 RED value IS 218 (85.55% from 255) = 45.42%

 GREEN value IS 25 (10.16% from 255) = 5.21%

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 45.42%
G = 5.21%
B = 49.38%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA19ED (or 0xDA19ED) is known color: Psychedelic Purple. HEX triplet: DA, 19 and ED. RGB value is (218,25,237). Sum of RGB (Red+Green+Blue) = 218+25+237=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 25 (10.16% from 255 or 5.21% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA19ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA19ED is #25E612. Grayscale: #6A6A6A. Windows color (decimal): -2483731 or 15538650. OLE color: 15538650.

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

Color convert

RGB 218 25 237 -
CMYK 0.08 0.89 0 0.07
HSL 294.62º 0.85% 0.51% -
HSV(B) 294.62º 0.89% 0.93% -
XYZ 44.55 21.72 81.96 -
YUV 106.88 201.44 207.26 -
System Red Green Blue C M Y K H S L
Decimal 218 25 237 0.08 0.89 0 0.07 294.62 0.85 0.51
Hex DA 19 ED 8 59 0 7 127 55 33
Octal 332 31 355 10 131 0 7 447 125 63
Binary 11011010 11001 11101101 1000 1011001 0 111 100100111 1010101 110011

Color Harmonies of #DA19ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19ED

Black with #DA19ED

Text Example


Text Example

White with #DA19ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19ED; }

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

 H1.HeaderClassName
 {
   color: #DA19ED;
 }
 .AnyTagClassName
 {
   color: #DA19ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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