Html Css Color HEX #D016F6 Psychedelic Purple

📋 copy color: '#D016F6'

red 208 ◦ green 22 ◦ blue 246

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

Shades of Psychedelic Purple #D016F6

Tints of Psychedelic Purple #D016F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.68%

R = 43.7%
G = 4.62%
B = 51.68%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D016F6 (or 0xD016F6) is known color: Psychedelic Purple. HEX triplet: D0, 16 and F6. RGB value is (208,22,246). Sum of RGB (Red+Green+Blue) = 208+22+246=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 22 (8.98% from 255 or 4.62% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #D016F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D016F6 is #2FE909. Grayscale: #666666. Windows color (decimal): -3139850 or 16127696. OLE color: 16127696.

HSL color Cylindrical-coordinate representation of color #D016F6: hue angle of 289.82º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D016F6 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 22 246 -
CMYK 0.15 0.91 0 0.04
HSL 289.82º 0.93% 0.53% -
HSV(B) 289.82º 0.91% 0.96% -
XYZ 42.93 20.64 88.91 -
YUV 103.15 208.62 202.79 -
System Red Green Blue C M Y K H S L
Decimal 208 22 246 0.15 0.91 0 0.04 289.82 0.93 0.53
Hex D0 16 F6 F 5B 0 4 122 5D 35
Octal 320 26 366 17 133 0 4 442 135 65
Binary 11010000 10110 11110110 1111 1011011 0 100 100100010 1011101 110101

Color Harmonies of #D016F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016F6

Black with #D016F6

Text Example


Text Example

White with #D016F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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