Html Css Color HEX #D219FA Psychedelic Purple

📋 copy color: '#D219FA'

red 210 ◦ green 25 ◦ blue 250

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

Shades of Psychedelic Purple #D219FA

Tints of Psychedelic Purple #D219FA

RGB

 RED value IS 210 (82.42% from 255) = 43.3%

 GREEN value IS 25 (10.16% from 255) = 5.15%

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

R = 43.3%
G = 5.15%
B = 51.55%

CMYK

 C value IS 0.16

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D219FA (or 0xD219FA) is known color: Psychedelic Purple. HEX triplet: D2, 19 and FA. RGB value is (210,25,250). Sum of RGB (Red+Green+Blue) = 210+25+250=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 25 (10.16% from 255 or 5.15% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #D219FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D219FA is #2DE605. Grayscale: #696969. Windows color (decimal): -3008006 or 16390610. OLE color: 16390610.

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

Color convert

RGB 210 25 250 -
CMYK 0.16 0.9 0 0.02
HSL 289.33º 0.96% 0.54% -
HSV(B) 289.33º 0.9% 0.98% -
XYZ 44.18 21.3 92.22 -
YUV 105.97 209.29 202.2 -
System Red Green Blue C M Y K H S L
Decimal 210 25 250 0.16 0.9 0 0.02 289.33 0.96 0.54
Hex D2 19 FA 10 5A 0 2 121 60 36
Octal 322 31 372 20 132 0 2 441 140 66
Binary 11010010 11001 11111010 10000 1011010 0 10 100100001 1100000 110110

Color Harmonies of #D219FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D219FA

Black with #D219FA

Text Example


Text Example

White with #D219FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D219FA; }

 p { color: rgb(210,25,250); }

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

background-color css

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

 a { background-color: rgb(210,25,250); }

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

border-color css

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

 span { border-color: rgb(210,25,250); }

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