Html Css Color HEX #D217ED Psychedelic Purple

📋 copy color: '#D217ED'

red 210 ◦ green 23 ◦ blue 237

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

Shades of Psychedelic Purple #D217ED

Tints of Psychedelic Purple #D217ED

RGB

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

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

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

R = 44.68%
G = 4.89%
B = 50.43%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D217ED (or 0xD217ED) is known color: Psychedelic Purple. HEX triplet: D2, 17 and ED. RGB value is (210,23,237). Sum of RGB (Red+Green+Blue) = 210+23+237=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 23 (9.38% from 255 or 4.89% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #D217ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D217ED is #2DE812. Grayscale: #666666. Windows color (decimal): -3008531 or 15538130. OLE color: 15538130.

HSL color Cylindrical-coordinate representation of color #D217ED: hue angle of 292.43º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D217ED is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 23 237 -
CMYK 0.11 0.90 0 0.07
HSL 292.43º 0.86% 0.51% -
HSV(B) 292.43º 0.9% 0.93% -
XYZ 42.17 20.43 81.84 -
YUV 103.31 203.45 204.1 -
System Red Green Blue C M Y K H S L
Decimal 210 23 237 0.11 0.90 0 0.07 292.43 0.86 0.51
Hex D2 17 ED B 5A 0 7 124 56 33
Octal 322 27 355 13 132 0 7 444 126 63
Binary 11010010 10111 11101101 1011 1011010 0 111 100100100 1010110 110011

Color Harmonies of #D217ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D217ED

Black with #D217ED

Text Example


Text Example

White with #D217ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D217ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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