Html Css Color HEX #D90EED Psychedelic Purple

📋 copy color: '#D90EED'

red 217 ◦ green 14 ◦ blue 237

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

Shades of Psychedelic Purple #D90EED

Tints of Psychedelic Purple #D90EED

RGB

 RED value IS 217 (85.16% from 255) = 46.37%

 GREEN value IS 14 (5.86% from 255) = 2.99%

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

R = 46.37%
G = 2.99%
B = 50.64%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D90EED (or 0xD90EED) is known color: Psychedelic Purple. HEX triplet: D9, 0E and ED. RGB value is (217,14,237). Sum of RGB (Red+Green+Blue) = 217+14+237=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #D90EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90EED is #26F112. Grayscale: #636363. Windows color (decimal): -2552083 or 15535833. OLE color: 15535833.

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

Color convert

RGB 217 14 237 -
CMYK 0.08 0.94 0 0.07
HSL 294.62º 0.89% 0.49% -
HSV(B) 294.62º 0.94% 0.93% -
XYZ 44.06 21.18 81.89 -
YUV 100.12 205.25 211.37 -
System Red Green Blue C M Y K H S L
Decimal 217 14 237 0.08 0.94 0 0.07 294.62 0.89 0.49
Hex D9 E ED 8 5E 0 7 127 59 31
Octal 331 16 355 10 136 0 7 447 131 61
Binary 11011001 1110 11101101 1000 1011110 0 111 100100111 1011001 110001

Color Harmonies of #D90EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90EED

Black with #D90EED

Text Example


Text Example

White with #D90EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90EED; }

 p { color: rgb(217,14,237); }

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

background-color css

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

 a { background-color: rgb(217,14,237); }

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

border-color css

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

 span { border-color: rgb(217,14,237); }

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