Html Css Color HEX #D201FE Psychedelic Purple

📋 copy color: '#D201FE'

red 210 ◦ green 1 ◦ blue 254

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

Shades of Psychedelic Purple #D201FE

Tints of Psychedelic Purple #D201FE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 254 (99.61% from 255) = 54.62%

R = 45.16%
G = 0.22%
B = 54.62%

CMYK

 C value IS 0.17

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D201FE (or 0xD201FE) is known color: Psychedelic Purple. HEX triplet: D2, 01 and FE. RGB value is (210,1,254). Sum of RGB (Red+Green+Blue) = 210+1+254=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 1 (0.78% from 255 or 0.22% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #D201FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D201FE is #2DFE01. Grayscale: #5B5B5B. Windows color (decimal): -3014146 or 16646610. OLE color: 16646610.

HSL color Cylindrical-coordinate representation of color #D201FE: hue angle of 289.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D201FE is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 1 254 -
CMYK 0.17 1.00 0 0.00
HSL 289.57º 0.99% 0.5% -
HSV(B) 289.57º 1% 1% -
XYZ 44.48 20.88 95.45 -
YUV 92.33 219.24 211.93 -
System Red Green Blue C M Y K H S L
Decimal 210 1 254 0.17 1.00 0 0.00 289.57 0.99 0.5
Hex D2 1 FE 11 64 0 0 122 63 32
Octal 322 1 376 21 144 0 0 442 143 62
Binary 11010010 1 11111110 10001 1100100 0 0 100100010 1100011 110010

Color Harmonies of #D201FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D201FE

Black with #D201FE

Text Example


Text Example

White with #D201FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D201FE; }

 p { color: rgb(210,1,254); }

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

background-color css

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

 a { background-color: rgb(210,1,254); }

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

border-color css

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

 span { border-color: rgb(210,1,254); }

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