Html Css Color HEX #D214EC Psychedelic Purple

📋 copy color: '#D214EC'

red 210 ◦ green 20 ◦ blue 236

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

Shades of Psychedelic Purple #D214EC

Tints of Psychedelic Purple #D214EC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.29%

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

R = 45.06%
G = 4.29%
B = 50.64%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D214EC (or 0xD214EC) is known color: Psychedelic Purple. HEX triplet: D2, 14 and EC. RGB value is (210,20,236). Sum of RGB (Red+Green+Blue) = 210+20+236=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #D214EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D214EC is #2DEB13. Grayscale: #646464. Windows color (decimal): -3009300 or 15471826. OLE color: 15471826.

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

Color convert

RGB 210 20 236 -
CMYK 0.11 0.92 0 0.07
HSL 292.78º 0.85% 0.5% -
HSV(B) 292.78º 0.92% 0.93% -
XYZ 41.97 20.26 81.06 -
YUV 101.43 203.95 205.44 -
System Red Green Blue C M Y K H S L
Decimal 210 20 236 0.11 0.92 0 0.07 292.78 0.85 0.5
Hex D2 14 EC B 5C 0 7 125 55 32
Octal 322 24 354 13 134 0 7 445 125 62
Binary 11010010 10100 11101100 1011 1011100 0 111 100100101 1010101 110010

Color Harmonies of #D214EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D214EC

Black with #D214EC

Text Example


Text Example

White with #D214EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D214EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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