Html Css Color HEX #D213ED Psychedelic Purple

📋 copy color: '#D213ED'

red 210 ◦ green 19 ◦ blue 237

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

Shades of Psychedelic Purple #D213ED

Tints of Psychedelic Purple #D213ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 45.06%
G = 4.08%
B = 50.86%

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

#D213ED (or 0xD213ED) is known color: Psychedelic Purple. HEX triplet: D2, 13 and ED. RGB value is (210,19,237). Sum of RGB (Red+Green+Blue) = 210+19+237=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #D213ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D213ED is #2DEC12. Grayscale: #646464. Windows color (decimal): -3009555 or 15537106. OLE color: 15537106.

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

Color convert

RGB 210 19 237 -
CMYK 0.11 0.92 0 0.07
HSL 292.57º 0.86% 0.5% -
HSV(B) 292.57º 0.92% 0.93% -
XYZ 42.1 20.28 81.82 -
YUV 100.96 204.78 205.77 -
System Red Green Blue C M Y K H S L
Decimal 210 19 237 0.11 0.92 0 0.07 292.57 0.86 0.5
Hex D2 13 ED B 5C 0 7 125 56 32
Octal 322 23 355 13 134 0 7 445 126 62
Binary 11010010 10011 11101101 1011 1011100 0 111 100100101 1010110 110010

Color Harmonies of #D213ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D213ED

Black with #D213ED

Text Example


Text Example

White with #D213ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D213ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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