Html Css Color HEX #D218EB Psychedelic Purple

📋 copy color: '#D218EB'

red 210 ◦ green 24 ◦ blue 235

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

Shades of Psychedelic Purple #D218EB

Tints of Psychedelic Purple #D218EB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.12%

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

R = 44.78%
G = 5.12%
B = 50.11%

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

#D218EB (or 0xD218EB) is known color: Psychedelic Purple. HEX triplet: D2, 18 and EB. RGB value is (210,24,235). Sum of RGB (Red+Green+Blue) = 210+24+235=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #D218EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D218EB is #2DE714. Grayscale: #676767. Windows color (decimal): -3008277 or 15407314. OLE color: 15407314.

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

Color convert

RGB 210 24 235 -
CMYK 0.11 0.90 0 0.08
HSL 292.89º 0.84% 0.51% -
HSV(B) 292.89º 0.9% 0.92% -
XYZ 41.9 20.35 80.32 -
YUV 103.67 202.12 203.84 -
System Red Green Blue C M Y K H S L
Decimal 210 24 235 0.11 0.90 0 0.08 292.89 0.84 0.51
Hex D2 18 EB B 5A 0 8 125 54 33
Octal 322 30 353 13 132 0 10 445 124 63
Binary 11010010 11000 11101011 1011 1011010 0 1000 100100101 1010100 110011

Color Harmonies of #D218EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D218EB

Black with #D218EB

Text Example


Text Example

White with #D218EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D218EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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