Html Css Color HEX #D90FEA Psychedelic Purple

📋 copy color: '#D90FEA'

red 217 ◦ green 15 ◦ blue 234

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

Shades of Psychedelic Purple #D90FEA

Tints of Psychedelic Purple #D90FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.22%

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

R = 46.57%
G = 3.22%
B = 50.21%

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

#D90FEA (or 0xD90FEA) is known color: Psychedelic Purple. HEX triplet: D9, 0F and EA. RGB value is (217,15,234). Sum of RGB (Red+Green+Blue) = 217+15+234=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 15 (6.25% from 255 or 3.22% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #D90FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90FEA is #26F015. Grayscale: #636363. Windows color (decimal): -2551830 or 15339481. OLE color: 15339481.

HSL color Cylindrical-coordinate representation of color #D90FEA: hue angle of 295.34º degrees, saturation: 0.88, 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 #D90FEA is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 15 234 -
CMYK 0.07 0.94 0 0.08
HSL 295.34º 0.88% 0.49% -
HSV(B) 295.34º 0.94% 0.92% -
XYZ 43.64 21.03 79.6 -
YUV 100.36 203.42 211.19 -
System Red Green Blue C M Y K H S L
Decimal 217 15 234 0.07 0.94 0 0.08 295.34 0.88 0.49
Hex D9 F EA 7 5E 0 8 127 58 31
Octal 331 17 352 7 136 0 10 447 130 61
Binary 11011001 1111 11101010 111 1011110 0 1000 100100111 1011000 110001

Color Harmonies of #D90FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90FEA

Black with #D90FEA

Text Example


Text Example

White with #D90FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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