Html Css Color HEX #D90EEA Psychedelic Purple

📋 copy color: '#D90EEA'

red 217 ◦ green 14 ◦ blue 234

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

Shades of Psychedelic Purple #D90EEA

Tints of Psychedelic Purple #D90EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 46.67%
G = 3.01%
B = 50.32%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D90EEA (or 0xD90EEA) is known color: Psychedelic Purple. HEX triplet: D9, 0E and EA. RGB value is (217,14,234). Sum of RGB (Red+Green+Blue) = 217+14+234=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #D90EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90EEA is #26F115. Grayscale: #636363. Windows color (decimal): -2552086 or 15339225. OLE color: 15339225.

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

Color convert

RGB 217 14 234 -
CMYK 0.07 0.94 0 0.08
HSL 295.36º 0.89% 0.49% -
HSV(B) 295.36º 0.94% 0.92% -
XYZ 43.62 21.01 79.6 -
YUV 99.78 203.75 211.61 -
System Red Green Blue C M Y K H S L
Decimal 217 14 234 0.07 0.94 0 0.08 295.36 0.89 0.49
Hex D9 E EA 7 5E 0 8 127 59 31
Octal 331 16 352 7 136 0 10 447 131 61
Binary 11011001 1110 11101010 111 1011110 0 1000 100100111 1011001 110001

Color Harmonies of #D90EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90EEA

Black with #D90EEA

Text Example


Text Example

White with #D90EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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