Html Css Color HEX #D201EF Psychedelic Purple

📋 copy color: '#D201EF'

red 210 ◦ green 1 ◦ blue 239

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

Shades of Psychedelic Purple #D201EF

Tints of Psychedelic Purple #D201EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.11%

R = 46.67%
G = 0.22%
B = 53.11%

CMYK

 C value IS 0.12

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D201EF (or 0xD201EF) is known color: Psychedelic Purple. HEX triplet: D2, 01 and EF. RGB value is (210,1,239). Sum of RGB (Red+Green+Blue) = 210+1+239=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #D201EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D201EF is #2DFE10. Grayscale: #595959. Windows color (decimal): -3014161 or 15663570. OLE color: 15663570.

HSL color Cylindrical-coordinate representation of color #D201EF: hue angle of 292.69º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D201EF is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 1 239 -
CMYK 0.12 1.00 0 0.06
HSL 292.69º 0.99% 0.47% -
HSV(B) 292.69º 1% 0.94% -
XYZ 42.17 19.96 83.29 -
YUV 90.62 211.74 213.15 -
System Red Green Blue C M Y K H S L
Decimal 210 1 239 0.12 1.00 0 0.06 292.69 0.99 0.47
Hex D2 1 EF C 64 0 6 125 63 2F
Octal 322 1 357 14 144 0 6 445 143 57
Binary 11010010 1 11101111 1100 1100100 0 110 100100101 1100011 101111

Color Harmonies of #D201EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D201EF

Black with #D201EF

Text Example


Text Example

White with #D201EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D201EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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