Html Css Color HEX #D90AEB Psychedelic Purple

📋 copy color: '#D90AEB'

red 217 ◦ green 10 ◦ blue 235

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

Shades of Psychedelic Purple #D90AEB

Tints of Psychedelic Purple #D90AEB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.16%

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

R = 46.97%
G = 2.16%
B = 50.87%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D90AEB (or 0xD90AEB) is known color: Psychedelic Purple. HEX triplet: D9, 0A and EB. RGB value is (217,10,235). Sum of RGB (Red+Green+Blue) = 217+10+235=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #D90AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90AEB is #26F514. Grayscale: #606060. Windows color (decimal): -2553109 or 15403737. OLE color: 15403737.

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

Color convert

RGB 217 10 235 -
CMYK 0.08 0.96 0 0.08
HSL 295.2º 0.92% 0.48% -
HSV(B) 295.2º 0.96% 0.92% -
XYZ 43.72 20.97 80.34 -
YUV 97.54 205.58 213.2 -
System Red Green Blue C M Y K H S L
Decimal 217 10 235 0.08 0.96 0 0.08 295.2 0.92 0.48
Hex D9 A EB 8 60 0 8 127 5C 30
Octal 331 12 353 10 140 0 10 447 134 60
Binary 11011001 1010 11101011 1000 1100000 0 1000 100100111 1011100 110000

Color Harmonies of #D90AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90AEB

Black with #D90AEB

Text Example


Text Example

White with #D90AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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