Html Css Color HEX #D90FEB Psychedelic Purple

📋 copy color: '#D90FEB'

red 217 ◦ green 15 ◦ blue 235

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

Shades of Psychedelic Purple #D90FEB

Tints of Psychedelic Purple #D90FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 46.47%
G = 3.21%
B = 50.32%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D90FEB (or 0xD90FEB) is known color: Psychedelic Purple. HEX triplet: D9, 0F and EB. RGB value is (217,15,235). Sum of RGB (Red+Green+Blue) = 217+15+235=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #D90FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90FEB is #26F014. Grayscale: #636363. Windows color (decimal): -2551829 or 15405017. OLE color: 15405017.

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

Color convert

RGB 217 15 235 -
CMYK 0.08 0.94 0 0.08
HSL 295.09º 0.88% 0.49% -
HSV(B) 295.09º 0.94% 0.92% -
XYZ 43.78 21.09 80.36 -
YUV 100.48 203.92 211.11 -
System Red Green Blue C M Y K H S L
Decimal 217 15 235 0.08 0.94 0 0.08 295.09 0.88 0.49
Hex D9 F EB 8 5E 0 8 127 58 31
Octal 331 17 353 10 136 0 10 447 130 61
Binary 11011001 1111 11101011 1000 1011110 0 1000 100100111 1011000 110001

Color Harmonies of #D90FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90FEB

Black with #D90FEB

Text Example


Text Example

White with #D90FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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