Html Css Color HEX #D90AFF Psychedelic Purple

📋 copy color: '#D90AFF'

red 217 ◦ green 10 ◦ blue 255

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

Shades of Psychedelic Purple #D90AFF

Tints of Psychedelic Purple #D90AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.9%

R = 45.02%
G = 2.07%
B = 52.9%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D90AFF (or 0xD90AFF) is known color: Psychedelic Purple. HEX triplet: D9, 0A and FF. RGB value is (217,10,255). Sum of RGB (Red+Green+Blue) = 217+10+255=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 10 (4.30% from 255 or 2.07% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #D90AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90AFF is #26F500. Grayscale: #636363. Windows color (decimal): -2553089 or 16714457. OLE color: 16714457.

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

Color convert

RGB 217 10 255 -
CMYK 0.15 0.96 0 0
HSL 290.69º 1% 0.52% -
HSV(B) 290.69º 0.96% 1% -
XYZ 46.77 22.19 96.43 -
YUV 99.82 215.58 211.58 -
System Red Green Blue C M Y K H S L
Decimal 217 10 255 0.15 0.96 0 0 290.69 1 0.52
Hex D9 A FF F 60 0 0 123 64 34
Octal 331 12 377 17 140 0 0 443 144 64
Binary 11011001 1010 11111111 1111 1100000 0 0 100100011 1100100 110100

Color Harmonies of #D90AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90AFF

Black with #D90AFF

Text Example


Text Example

White with #D90AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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