Html Css Color HEX #DA23ED Psychedelic Purple

📋 copy color: '#DA23ED'

red 218 ◦ green 35 ◦ blue 237

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

Shades of Psychedelic Purple #DA23ED

Tints of Psychedelic Purple #DA23ED

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.14%

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

R = 44.49%
G = 7.14%
B = 48.37%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA23ED (or 0xDA23ED) is known color: Psychedelic Purple. HEX triplet: DA, 23 and ED. RGB value is (218,35,237). Sum of RGB (Red+Green+Blue) = 218+35+237=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 35 (14.06% from 255 or 7.14% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA23ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA23ED is #25DC12. Grayscale: #707070. Windows color (decimal): -2481171 or 15541210. OLE color: 15541210.

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

Color convert

RGB 218 35 237 -
CMYK 0.08 0.85 0 0.07
HSL 294.36º 0.85% 0.53% -
HSV(B) 294.36º 0.85% 0.93% -
XYZ 44.8 22.22 82.05 -
YUV 112.75 198.13 203.07 -
System Red Green Blue C M Y K H S L
Decimal 218 35 237 0.08 0.85 0 0.07 294.36 0.85 0.53
Hex DA 23 ED 8 55 0 7 126 55 35
Octal 332 43 355 10 125 0 7 446 125 65
Binary 11011010 100011 11101101 1000 1010101 0 111 100100110 1010101 110101

Color Harmonies of #DA23ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA23ED

Black with #DA23ED

Text Example


Text Example

White with #DA23ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA23ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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