Html Css Color HEX #D90AFA Psychedelic Purple

📋 copy color: '#D90AFA'

red 217 ◦ green 10 ◦ blue 250

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

Shades of Psychedelic Purple #D90AFA

Tints of Psychedelic Purple #D90AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 45.49%
G = 2.1%
B = 52.41%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D90AFA (or 0xD90AFA) is known color: Psychedelic Purple. HEX triplet: D9, 0A and FA. RGB value is (217,10,250). Sum of RGB (Red+Green+Blue) = 217+10+250=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #D90AFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90AFA is #26F505. Grayscale: #626262. Windows color (decimal): -2553094 or 16386777. OLE color: 16386777.

HSL color Cylindrical-coordinate representation of color #D90AFA: hue angle of 291.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90AFA is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 10 250 -
CMYK 0.13 0.96 0 0.02
HSL 291.75º 0.96% 0.51% -
HSV(B) 291.75º 0.96% 0.98% -
XYZ 45.98 21.87 92.24 -
YUV 99.25 213.08 211.99 -
System Red Green Blue C M Y K H S L
Decimal 217 10 250 0.13 0.96 0 0.02 291.75 0.96 0.51
Hex D9 A FA D 60 0 2 124 60 33
Octal 331 12 372 15 140 0 2 444 140 63
Binary 11011001 1010 11111010 1101 1100000 0 10 100100100 1100000 110011

Color Harmonies of #D90AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90AFA

Black with #D90AFA

Text Example


Text Example

White with #D90AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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