Html Css Color HEX #D217EB Psychedelic Purple

📋 copy color: '#D217EB'

red 210 ◦ green 23 ◦ blue 235

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

Shades of Psychedelic Purple #D217EB

Tints of Psychedelic Purple #D217EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 44.87%
G = 4.91%
B = 50.21%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D217EB (or 0xD217EB) is known color: Psychedelic Purple. HEX triplet: D2, 17 and EB. RGB value is (210,23,235). Sum of RGB (Red+Green+Blue) = 210+23+235=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 23 (9.38% from 255 or 4.91% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #D217EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D217EB is #2DE814. Grayscale: #666666. Windows color (decimal): -3008533 or 15407058. OLE color: 15407058.

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

Color convert

RGB 210 23 235 -
CMYK 0.11 0.90 0 0.08
HSL 292.92º 0.84% 0.51% -
HSV(B) 292.92º 0.9% 0.92% -
XYZ 41.88 20.31 80.31 -
YUV 103.08 202.45 204.26 -
System Red Green Blue C M Y K H S L
Decimal 210 23 235 0.11 0.90 0 0.08 292.92 0.84 0.51
Hex D2 17 EB B 5A 0 8 125 54 33
Octal 322 27 353 13 132 0 10 445 124 63
Binary 11010010 10111 11101011 1011 1011010 0 1000 100100101 1010100 110011

Color Harmonies of #D217EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D217EB

Black with #D217EB

Text Example


Text Example

White with #D217EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D217EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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