Html Css Color HEX #D016F0 Psychedelic Purple

📋 copy color: '#D016F0'

red 208 ◦ green 22 ◦ blue 240

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

Shades of Psychedelic Purple #D016F0

Tints of Psychedelic Purple #D016F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.06%

R = 44.26%
G = 4.68%
B = 51.06%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D016F0 (or 0xD016F0) is known color: Psychedelic Purple. HEX triplet: D0, 16 and F0. RGB value is (208,22,240). Sum of RGB (Red+Green+Blue) = 208+22+240=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 22 (8.98% from 255 or 4.68% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #D016F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D016F0 is #2FE90F. Grayscale: #656565. Windows color (decimal): -3139856 or 15734480. OLE color: 15734480.

HSL color Cylindrical-coordinate representation of color #D016F0: hue angle of 291.19º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D016F0 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 22 240 -
CMYK 0.13 0.91 0 0.06
HSL 291.19º 0.88% 0.51% -
HSV(B) 291.19º 0.91% 0.94% -
XYZ 42.03 20.27 84.14 -
YUV 102.47 205.62 203.27 -
System Red Green Blue C M Y K H S L
Decimal 208 22 240 0.13 0.91 0 0.06 291.19 0.88 0.51
Hex D0 16 F0 D 5B 0 6 123 58 33
Octal 320 26 360 15 133 0 6 443 130 63
Binary 11010000 10110 11110000 1101 1011011 0 110 100100011 1011000 110011

Color Harmonies of #D016F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016F0

Black with #D016F0

Text Example


Text Example

White with #D016F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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