Html Css Color HEX #D90EFE Psychedelic Purple

📋 copy color: '#D90EFE'

red 217 ◦ green 14 ◦ blue 254

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

Shades of Psychedelic Purple #D90EFE

Tints of Psychedelic Purple #D90EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.37%

R = 44.74%
G = 2.89%
B = 52.37%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D90EFE (or 0xD90EFE) is known color: Psychedelic Purple. HEX triplet: D9, 0E and FE. RGB value is (217,14,254). Sum of RGB (Red+Green+Blue) = 217+14+254=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 14 (5.86% from 255 or 2.89% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #D90EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90EFE is #26F101. Grayscale: #656565. Windows color (decimal): -2552066 or 16649945. OLE color: 16649945.

HSL color Cylindrical-coordinate representation of color #D90EFE: hue angle of 290.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90EFE is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 14 254 -
CMYK 0.15 0.94 0 0.00
HSL 290.75º 0.99% 0.53% -
HSV(B) 290.75º 0.94% 1% -
XYZ 46.66 22.22 95.6 -
YUV 102.06 213.75 209.99 -
System Red Green Blue C M Y K H S L
Decimal 217 14 254 0.15 0.94 0 0.00 290.75 0.99 0.53
Hex D9 E FE F 5E 0 0 123 63 35
Octal 331 16 376 17 136 0 0 443 143 65
Binary 11011001 1110 11111110 1111 1011110 0 0 100100011 1100011 110101

Color Harmonies of #D90EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90EFE

Black with #D90EFE

Text Example


Text Example

White with #D90EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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