Html Css Color HEX #D219ED Psychedelic Purple

📋 copy color: '#D219ED'

red 210 ◦ green 25 ◦ blue 237

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

Shades of Psychedelic Purple #D219ED

Tints of Psychedelic Purple #D219ED

RGB

 RED value IS 210 (82.42% from 255) = 44.49%

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

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

R = 44.49%
G = 5.3%
B = 50.21%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D219ED (or 0xD219ED) is known color: Psychedelic Purple. HEX triplet: D2, 19 and ED. RGB value is (210,25,237). Sum of RGB (Red+Green+Blue) = 210+25+237=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #D219ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D219ED is #2DE612. Grayscale: #676767. Windows color (decimal): -3008019 or 15538642. OLE color: 15538642.

HSL color Cylindrical-coordinate representation of color #D219ED: hue angle of 292.36º 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 #D219ED is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 25 237 -
CMYK 0.11 0.89 0 0.07
HSL 292.36º 0.85% 0.51% -
HSV(B) 292.36º 0.89% 0.93% -
XYZ 42.21 20.51 81.86 -
YUV 104.48 202.79 203.26 -
System Red Green Blue C M Y K H S L
Decimal 210 25 237 0.11 0.89 0 0.07 292.36 0.85 0.51
Hex D2 19 ED B 59 0 7 124 55 33
Octal 322 31 355 13 131 0 7 444 125 63
Binary 11010010 11001 11101101 1011 1011001 0 111 100100100 1010101 110011

Color Harmonies of #D219ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D219ED

Black with #D219ED

Text Example


Text Example

White with #D219ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D219ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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