Html Css Color HEX #D201FF Psychedelic Purple

📋 copy color: '#D201FF'

red 210 ◦ green 1 ◦ blue 255

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

Shades of Psychedelic Purple #D201FF

Tints of Psychedelic Purple #D201FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.72%

R = 45.06%
G = 0.21%
B = 54.72%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D201FF (or 0xD201FF) is known color: Psychedelic Purple. HEX triplet: D2, 01 and FF. RGB value is (210,1,255). Sum of RGB (Red+Green+Blue) = 210+1+255=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 1 (0.78% from 255 or 0.21% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #D201FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D201FF is #2DFE00. Grayscale: #5B5B5B. Windows color (decimal): -3014145 or 16712146. OLE color: 16712146.

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

Color convert

RGB 210 1 255 -
CMYK 0.18 1.00 0 0
HSL 289.37º 1% 0.5% -
HSV(B) 289.37º 1% 1% -
XYZ 44.64 20.94 96.3 -
YUV 92.45 219.74 211.85 -
System Red Green Blue C M Y K H S L
Decimal 210 1 255 0.18 1.00 0 0 289.37 1 0.5
Hex D2 1 FF 12 64 0 0 121 64 32
Octal 322 1 377 22 144 0 0 441 144 62
Binary 11010010 1 11111111 10010 1100100 0 0 100100001 1100100 110010

Color Harmonies of #D201FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D201FF

Black with #D201FF

Text Example


Text Example

White with #D201FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D201FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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