Html Css Color HEX #D016FA Psychedelic Purple

📋 copy color: '#D016FA'

red 208 ◦ green 22 ◦ blue 250

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

Shades of Psychedelic Purple #D016FA

Tints of Psychedelic Purple #D016FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.08%

R = 43.33%
G = 4.58%
B = 52.08%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D016FA (or 0xD016FA) is known color: Psychedelic Purple. HEX triplet: D0, 16 and FA. RGB value is (208,22,250). Sum of RGB (Red+Green+Blue) = 208+22+250=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #D016FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D016FA is #2FE905. Grayscale: #666666. Windows color (decimal): -3139846 or 16389840. OLE color: 16389840.

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

Color convert

RGB 208 22 250 -
CMYK 0.17 0.91 0 0.02
HSL 288.95º 0.96% 0.53% -
HSV(B) 288.95º 0.91% 0.98% -
XYZ 43.55 20.89 92.18 -
YUV 103.61 210.62 202.46 -
System Red Green Blue C M Y K H S L
Decimal 208 22 250 0.17 0.91 0 0.02 288.95 0.96 0.53
Hex D0 16 FA 11 5B 0 2 121 60 35
Octal 320 26 372 21 133 0 2 441 140 65
Binary 11010000 10110 11111010 10001 1011011 0 10 100100001 1100000 110101

Color Harmonies of #D016FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016FA

Black with #D016FA

Text Example


Text Example

White with #D016FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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