Html Css Color HEX #D900FA Psychedelic Purple

📋 copy color: '#D900FA'

red 217 ◦ green 0 ◦ blue 250

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

Shades of Psychedelic Purple #D900FA

Tints of Psychedelic Purple #D900FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.47%
G = 0%
B = 53.53%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D900FA (or 0xD900FA) is known color: Psychedelic Purple. HEX triplet: D9, 00 and FA. RGB value is (217,0,250). Sum of RGB (Red+Green+Blue) = 217+0+250=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 0 (0.39% from 255 or 0% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #D900FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D900FA is #26FF05. Grayscale: #5C5C5C. Windows color (decimal): -2555654 or 16384217. OLE color: 16384217.

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

Color convert

RGB 217 0 250 -
CMYK 0.13 1 0 0.02
HSL 292.08º 1% 0.49% -
HSV(B) 292.08º 1% 0.98% -
XYZ 45.87 21.65 92.2 -
YUV 93.38 216.39 216.17 -
System Red Green Blue C M Y K H S L
Decimal 217 0 250 0.13 1 0 0.02 292.08 1 0.49
Hex D9 0 FA D 64 0 2 124 64 31
Octal 331 0 372 15 144 0 2 444 144 61
Binary 11011001 0 11111010 1101 1100100 0 10 100100100 1100100 110001

Color Harmonies of #D900FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D900FA

Black with #D900FA

Text Example


Text Example

White with #D900FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D900FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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