Html Css Color HEX #D216EC Psychedelic Purple

📋 copy color: '#D216EC'

red 210 ◦ green 22 ◦ blue 236

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

Shades of Psychedelic Purple #D216EC

Tints of Psychedelic Purple #D216EC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.7%

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

R = 44.87%
G = 4.7%
B = 50.43%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D216EC (or 0xD216EC) is known color: Psychedelic Purple. HEX triplet: D2, 16 and EC. RGB value is (210,22,236). Sum of RGB (Red+Green+Blue) = 210+22+236=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 22 (8.98% from 255 or 4.70% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #D216EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D216EC is #2DE913. Grayscale: #656565. Windows color (decimal): -3008788 or 15472338. OLE color: 15472338.

HSL color Cylindrical-coordinate representation of color #D216EC: hue angle of 292.71º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D216EC is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 22 236 -
CMYK 0.11 0.91 0 0.07
HSL 292.71º 0.85% 0.51% -
HSV(B) 292.71º 0.91% 0.93% -
XYZ 42.01 20.33 81.07 -
YUV 102.61 203.28 204.6 -
System Red Green Blue C M Y K H S L
Decimal 210 22 236 0.11 0.91 0 0.07 292.71 0.85 0.51
Hex D2 16 EC B 5B 0 7 125 55 33
Octal 322 26 354 13 133 0 7 445 125 63
Binary 11010010 10110 11101100 1011 1011011 0 111 100100101 1010101 110011

Color Harmonies of #D216EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D216EC

Black with #D216EC

Text Example


Text Example

White with #D216EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D216EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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