Html Css Color HEX #D016F5 Psychedelic Purple

📋 copy color: '#D016F5'

red 208 ◦ green 22 ◦ blue 245

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

Shades of Psychedelic Purple #D016F5

Tints of Psychedelic Purple #D016F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 51.58%

R = 43.79%
G = 4.63%
B = 51.58%

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

#D016F5 (or 0xD016F5) is known color: Psychedelic Purple. HEX triplet: D0, 16 and F5. RGB value is (208,22,245). Sum of RGB (Red+Green+Blue) = 208+22+245=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 22 (8.98% from 255 or 4.63% from 475); Blue value is 245 (96.09% from 255 or 51.58% from 475); Max value from RGB is 245 - color contains mainly: blue. Hex color #D016F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D016F5 is #2FE90A. Grayscale: #666666. Windows color (decimal): -3139851 or 16062160. OLE color: 16062160.

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

Color convert

RGB 208 22 245 -
CMYK 0.15 0.91 0 0.04
HSL 290.04º 0.92% 0.52% -
HSV(B) 290.04º 0.91% 0.96% -
XYZ 42.78 20.58 88.1 -
YUV 103.04 208.12 202.87 -
System Red Green Blue C M Y K H S L
Decimal 208 22 245 0.15 0.91 0 0.04 290.04 0.92 0.52
Hex D0 16 F5 F 5B 0 4 122 5C 34
Octal 320 26 365 17 133 0 4 442 134 64
Binary 11010000 10110 11110101 1111 1011011 0 100 100100010 1011100 110100

Color Harmonies of #D016F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016F5

Black with #D016F5

Text Example


Text Example

White with #D016F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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