Html Css Color HEX #D217EE Psychedelic Purple

📋 copy color: '#D217EE'

red 210 ◦ green 23 ◦ blue 238

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

Shades of Psychedelic Purple #D217EE

Tints of Psychedelic Purple #D217EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 44.59%
G = 4.88%
B = 50.53%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D217EE (or 0xD217EE) is known color: Psychedelic Purple. HEX triplet: D2, 17 and EE. RGB value is (210,23,238). Sum of RGB (Red+Green+Blue) = 210+23+238=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 23 (9.38% from 255 or 4.88% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #D217EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D217EE is #2DE811. Grayscale: #666666. Windows color (decimal): -3008530 or 15603666. OLE color: 15603666.

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

Color convert

RGB 210 23 238 -
CMYK 0.12 0.90 0 0.07
HSL 292.19º 0.86% 0.51% -
HSV(B) 292.19º 0.9% 0.93% -
XYZ 42.32 20.49 82.61 -
YUV 103.42 203.95 204.02 -
System Red Green Blue C M Y K H S L
Decimal 210 23 238 0.12 0.90 0 0.07 292.19 0.86 0.51
Hex D2 17 EE C 5A 0 7 124 56 33
Octal 322 27 356 14 132 0 7 444 126 63
Binary 11010010 10111 11101110 1100 1011010 0 111 100100100 1010110 110011

Color Harmonies of #D217EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D217EE

Black with #D217EE

Text Example


Text Example

White with #D217EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D217EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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