Html Css Color HEX #D217FA Psychedelic Purple

📋 copy color: '#D217FA'

red 210 ◦ green 23 ◦ blue 250

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

Shades of Psychedelic Purple #D217FA

Tints of Psychedelic Purple #D217FA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.76%

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

R = 43.48%
G = 4.76%
B = 51.76%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D217FA (or 0xD217FA) is known color: Psychedelic Purple. HEX triplet: D2, 17 and FA. RGB value is (210,23,250). Sum of RGB (Red+Green+Blue) = 210+23+250=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #D217FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D217FA is #2DE805. Grayscale: #686868. Windows color (decimal): -3008518 or 16390098. OLE color: 16390098.

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

Color convert

RGB 210 23 250 -
CMYK 0.16 0.91 0 0.02
HSL 289.43º 0.96% 0.54% -
HSV(B) 289.43º 0.91% 0.98% -
XYZ 44.14 21.22 92.21 -
YUV 104.79 209.95 203.04 -
System Red Green Blue C M Y K H S L
Decimal 210 23 250 0.16 0.91 0 0.02 289.43 0.96 0.54
Hex D2 17 FA 10 5B 0 2 121 60 36
Octal 322 27 372 20 133 0 2 441 140 66
Binary 11010010 10111 11111010 10000 1011011 0 10 100100001 1100000 110110

Color Harmonies of #D217FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D217FA

Black with #D217FA

Text Example


Text Example

White with #D217FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D217FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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