Html Css Color HEX #D016EA Psychedelic Purple

📋 copy color: '#D016EA'

red 208 ◦ green 22 ◦ blue 234

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

Shades of Psychedelic Purple #D016EA

Tints of Psychedelic Purple #D016EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 44.83%
G = 4.74%
B = 50.43%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D016EA (or 0xD016EA) is known color: Psychedelic Purple. HEX triplet: D0, 16 and EA. RGB value is (208,22,234). Sum of RGB (Red+Green+Blue) = 208+22+234=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #D016EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D016EA is #2FE915. Grayscale: #656565. Windows color (decimal): -3139862 or 15341264. OLE color: 15341264.

HSL color Cylindrical-coordinate representation of color #D016EA: hue angle of 292.64º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D016EA is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 22 234 -
CMYK 0.11 0.91 0 0.08
HSL 292.64º 0.83% 0.5% -
HSV(B) 292.64º 0.91% 0.92% -
XYZ 41.15 19.92 79.52 -
YUV 101.78 202.62 203.76 -
System Red Green Blue C M Y K H S L
Decimal 208 22 234 0.11 0.91 0 0.08 292.64 0.83 0.5
Hex D0 16 EA B 5B 0 8 125 53 32
Octal 320 26 352 13 133 0 10 445 123 62
Binary 11010000 10110 11101010 1011 1011011 0 1000 100100101 1010011 110010

Color Harmonies of #D016EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016EA

Black with #D016EA

Text Example


Text Example

White with #D016EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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