Html Css Color HEX #D213EC Psychedelic Purple

📋 copy color: '#D213EC'

red 210 ◦ green 19 ◦ blue 236

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

Shades of Psychedelic Purple #D213EC

Tints of Psychedelic Purple #D213EC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.09%

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

R = 45.16%
G = 4.09%
B = 50.75%

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

#D213EC (or 0xD213EC) is known color: Psychedelic Purple. HEX triplet: D2, 13 and EC. RGB value is (210,19,236). Sum of RGB (Red+Green+Blue) = 210+19+236=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 19 (7.81% from 255 or 4.09% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #D213EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D213EC is #2DEC13. Grayscale: #646464. Windows color (decimal): -3009556 or 15471570. OLE color: 15471570.

HSL color Cylindrical-coordinate representation of color #D213EC: hue angle of 292.81º 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 #D213EC is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 19 236 -
CMYK 0.11 0.92 0 0.07
HSL 292.81º 0.85% 0.5% -
HSV(B) 292.81º 0.92% 0.93% -
XYZ 41.95 20.22 81.05 -
YUV 100.85 204.28 205.86 -
System Red Green Blue C M Y K H S L
Decimal 210 19 236 0.11 0.92 0 0.07 292.81 0.85 0.5
Hex D2 13 EC B 5C 0 7 125 55 32
Octal 322 23 354 13 134 0 7 445 125 62
Binary 11010010 10011 11101100 1011 1011100 0 111 100100101 1010101 110010

Color Harmonies of #D213EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D213EC

Black with #D213EC

Text Example


Text Example

White with #D213EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D213EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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