Html Css Color HEX #D90DFA Psychedelic Purple

📋 copy color: '#D90DFA'

red 217 ◦ green 13 ◦ blue 250

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

Shades of Psychedelic Purple #D90DFA

Tints of Psychedelic Purple #D90DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.71%

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

R = 45.21%
G = 2.71%
B = 52.08%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D90DFA (or 0xD90DFA) is known color: Psychedelic Purple. HEX triplet: D9, 0D and FA. RGB value is (217,13,250). Sum of RGB (Red+Green+Blue) = 217+13+250=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 13 (5.47% from 255 or 2.71% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #D90DFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90DFA is #26F205. Grayscale: #646464. Windows color (decimal): -2552326 or 16387545. OLE color: 16387545.

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

Color convert

RGB 217 13 250 -
CMYK 0.13 0.95 0 0.02
HSL 291.65º 0.96% 0.52% -
HSV(B) 291.65º 0.95% 0.98% -
XYZ 46.01 21.94 92.25 -
YUV 101.01 212.09 210.73 -
System Red Green Blue C M Y K H S L
Decimal 217 13 250 0.13 0.95 0 0.02 291.65 0.96 0.52
Hex D9 D FA D 5F 0 2 124 60 34
Octal 331 15 372 15 137 0 2 444 140 64
Binary 11011001 1101 11111010 1101 1011111 0 10 100100100 1100000 110100

Color Harmonies of #D90DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90DFA

Black with #D90DFA

Text Example


Text Example

White with #D90DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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