Html Css Color HEX #D90EF5 Psychedelic Purple

📋 copy color: '#D90EF5'

red 217 ◦ green 14 ◦ blue 245

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

Shades of Psychedelic Purple #D90EF5

Tints of Psychedelic Purple #D90EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 51.47%

R = 45.59%
G = 2.94%
B = 51.47%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D90EF5 (or 0xD90EF5) is known color: Psychedelic Purple. HEX triplet: D9, 0E and F5. RGB value is (217,14,245). Sum of RGB (Red+Green+Blue) = 217+14+245=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 14 (5.86% from 255 or 2.94% from 476); Blue value is 245 (96.09% from 255 or 51.47% from 476); Max value from RGB is 245 - color contains mainly: blue. Hex color #D90EF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90EF5 is #26F10A. Grayscale: #646464. Windows color (decimal): -2552075 or 16060121. OLE color: 16060121.

HSL color Cylindrical-coordinate representation of color #D90EF5: hue angle of 292.73º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90EF5 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 14 245 -
CMYK 0.11 0.94 0 0.04
HSL 292.73º 0.92% 0.51% -
HSV(B) 292.73º 0.94% 0.96% -
XYZ 45.25 21.66 88.18 -
YUV 101.03 209.25 210.72 -
System Red Green Blue C M Y K H S L
Decimal 217 14 245 0.11 0.94 0 0.04 292.73 0.92 0.51
Hex D9 E F5 B 5E 0 4 125 5C 33
Octal 331 16 365 13 136 0 4 445 134 63
Binary 11011001 1110 11110101 1011 1011110 0 100 100100101 1011100 110011

Color Harmonies of #D90EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90EF5

Black with #D90EF5

Text Example


Text Example

White with #D90EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90EF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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