Html Css Color HEX #D201EC Psychedelic Purple

📋 copy color: '#D201EC'

red 210 ◦ green 1 ◦ blue 236

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

Shades of Psychedelic Purple #D201EC

Tints of Psychedelic Purple #D201EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.8%

R = 46.98%
G = 0.22%
B = 52.8%

CMYK

 C value IS 0.11

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D201EC (or 0xD201EC) is known color: Psychedelic Purple. HEX triplet: D2, 01 and EC. RGB value is (210,1,236). Sum of RGB (Red+Green+Blue) = 210+1+236=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #D201EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D201EC is #2DFE13. Grayscale: #595959. Windows color (decimal): -3014164 or 15466962. OLE color: 15466962.

HSL color Cylindrical-coordinate representation of color #D201EC: hue angle of 293.36º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D201EC is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 1 236 -
CMYK 0.11 1.00 0 0.07
HSL 293.36º 0.99% 0.46% -
HSV(B) 293.36º 1% 0.93% -
XYZ 41.73 19.78 80.98 -
YUV 90.28 210.24 213.39 -
System Red Green Blue C M Y K H S L
Decimal 210 1 236 0.11 1.00 0 0.07 293.36 0.99 0.46
Hex D2 1 EC B 64 0 7 125 63 2E
Octal 322 1 354 13 144 0 7 445 143 56
Binary 11010010 1 11101100 1011 1100100 0 111 100100101 1100011 101110

Color Harmonies of #D201EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D201EC

Black with #D201EC

Text Example


Text Example

White with #D201EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D201EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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