Html Css Color HEX #D213EF Psychedelic Purple

📋 copy color: '#D213EF'

red 210 ◦ green 19 ◦ blue 239

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

Shades of Psychedelic Purple #D213EF

Tints of Psychedelic Purple #D213EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 44.87%
G = 4.06%
B = 51.07%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D213EF (or 0xD213EF) is known color: Psychedelic Purple. HEX triplet: D2, 13 and EF. RGB value is (210,19,239). Sum of RGB (Red+Green+Blue) = 210+19+239=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 19 (7.81% from 255 or 4.06% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #D213EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D213EF is #2DEC10. Grayscale: #646464. Windows color (decimal): -3009553 or 15668178. OLE color: 15668178.

HSL color Cylindrical-coordinate representation of color #D213EF: hue angle of 292.09º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D213EF is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 19 239 -
CMYK 0.12 0.92 0 0.06
HSL 292.09º 0.87% 0.51% -
HSV(B) 292.09º 0.92% 0.94% -
XYZ 42.39 20.4 83.36 -
YUV 101.19 205.78 205.61 -
System Red Green Blue C M Y K H S L
Decimal 210 19 239 0.12 0.92 0 0.06 292.09 0.87 0.51
Hex D2 13 EF C 5C 0 6 124 57 33
Octal 322 23 357 14 134 0 6 444 127 63
Binary 11010010 10011 11101111 1100 1011100 0 110 100100100 1010111 110011

Color Harmonies of #D213EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D213EF

Black with #D213EF

Text Example


Text Example

White with #D213EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D213EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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