Html Css Color HEX #D016ED Psychedelic Purple

📋 copy color: '#D016ED'

red 208 ◦ green 22 ◦ blue 237

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

Shades of Psychedelic Purple #D016ED

Tints of Psychedelic Purple #D016ED

RGB

 RED value IS 208 (81.64% from 255) = 44.54%

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

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

R = 44.54%
G = 4.71%
B = 50.75%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D016ED (or 0xD016ED) is known color: Psychedelic Purple. HEX triplet: D0, 16 and ED. RGB value is (208,22,237). Sum of RGB (Red+Green+Blue) = 208+22+237=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 22 (8.98% from 255 or 4.71% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #D016ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D016ED is #2FE912. Grayscale: #656565. Windows color (decimal): -3139859 or 15537872. OLE color: 15537872.

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

Color convert

RGB 208 22 237 -
CMYK 0.12 0.91 0 0.07
HSL 291.91º 0.86% 0.51% -
HSV(B) 291.91º 0.91% 0.93% -
XYZ 41.59 20.1 81.81 -
YUV 102.12 204.12 203.52 -
System Red Green Blue C M Y K H S L
Decimal 208 22 237 0.12 0.91 0 0.07 291.91 0.86 0.51
Hex D0 16 ED C 5B 0 7 124 56 33
Octal 320 26 355 14 133 0 7 444 126 63
Binary 11010000 10110 11101101 1100 1011011 0 111 100100100 1010110 110011

Color Harmonies of #D016ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016ED

Black with #D016ED

Text Example


Text Example

White with #D016ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016ED; }

 p { color: rgb(208,22,237); }

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

background-color css

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

 a { background-color: rgb(208,22,237); }

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

border-color css

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

 span { border-color: rgb(208,22,237); }

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