Html Css Color HEX #D216EF Psychedelic Purple

📋 copy color: '#D216EF'

red 210 ◦ green 22 ◦ blue 239

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

Shades of Psychedelic Purple #D216EF

Tints of Psychedelic Purple #D216EF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.67%

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

R = 44.59%
G = 4.67%
B = 50.74%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D216EF (or 0xD216EF) is known color: Psychedelic Purple. HEX triplet: D2, 16 and EF. RGB value is (210,22,239). Sum of RGB (Red+Green+Blue) = 210+22+239=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #D216EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D216EF is #2DE910. Grayscale: #666666. Windows color (decimal): -3008785 or 15668946. OLE color: 15668946.

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

Color convert

RGB 210 22 239 -
CMYK 0.12 0.91 0 0.06
HSL 291.98º 0.87% 0.51% -
HSV(B) 291.98º 0.91% 0.94% -
XYZ 42.45 20.51 83.38 -
YUV 102.95 204.78 204.36 -
System Red Green Blue C M Y K H S L
Decimal 210 22 239 0.12 0.91 0 0.06 291.98 0.87 0.51
Hex D2 16 EF C 5B 0 6 124 57 33
Octal 322 26 357 14 133 0 6 444 127 63
Binary 11010010 10110 11101111 1100 1011011 0 110 100100100 1010111 110011

Color Harmonies of #D216EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D216EF

Black with #D216EF

Text Example


Text Example

White with #D216EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D216EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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