Html Css Color HEX #D217EF Psychedelic Purple

📋 copy color: '#D217EF'

red 210 ◦ green 23 ◦ blue 239

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

Shades of Psychedelic Purple #D217EF

Tints of Psychedelic Purple #D217EF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.87%

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

R = 44.49%
G = 4.87%
B = 50.64%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D217EF (or 0xD217EF) is known color: Psychedelic Purple. HEX triplet: D2, 17 and EF. RGB value is (210,23,239). Sum of RGB (Red+Green+Blue) = 210+23+239=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 23 (9.38% from 255 or 4.87% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #D217EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D217EF is #2DE810. Grayscale: #666666. Windows color (decimal): -3008529 or 15669202. OLE color: 15669202.

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

Color convert

RGB 210 23 239 -
CMYK 0.12 0.90 0 0.06
HSL 291.94º 0.87% 0.51% -
HSV(B) 291.94º 0.9% 0.94% -
XYZ 42.46 20.55 83.39 -
YUV 103.54 204.45 203.94 -
System Red Green Blue C M Y K H S L
Decimal 210 23 239 0.12 0.90 0 0.06 291.94 0.87 0.51
Hex D2 17 EF C 5A 0 6 124 57 33
Octal 322 27 357 14 132 0 6 444 127 63
Binary 11010010 10111 11101111 1100 1011010 0 110 100100100 1010111 110011

Color Harmonies of #D217EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D217EF

Black with #D217EF

Text Example


Text Example

White with #D217EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D217EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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