Html Css Color HEX #D014F0 Psychedelic Purple

📋 copy color: '#D014F0'

red 208 ◦ green 20 ◦ blue 240

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

Shades of Psychedelic Purple #D014F0

Tints of Psychedelic Purple #D014F0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.27%

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

R = 44.44%
G = 4.27%
B = 51.28%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D014F0 (or 0xD014F0) is known color: Psychedelic Purple. HEX triplet: D0, 14 and F0. RGB value is (208,20,240). Sum of RGB (Red+Green+Blue) = 208+20+240=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 20 (8.20% from 255 or 4.27% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #D014F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D014F0 is #2FEB0F. Grayscale: #646464. Windows color (decimal): -3140368 or 15733968. OLE color: 15733968.

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

Color convert

RGB 208 20 240 -
CMYK 0.13 0.92 0 0.06
HSL 291.27º 0.88% 0.51% -
HSV(B) 291.27º 0.92% 0.94% -
XYZ 41.99 20.2 84.12 -
YUV 101.29 206.28 204.11 -
System Red Green Blue C M Y K H S L
Decimal 208 20 240 0.13 0.92 0 0.06 291.27 0.88 0.51
Hex D0 14 F0 D 5C 0 6 123 58 33
Octal 320 24 360 15 134 0 6 443 130 63
Binary 11010000 10100 11110000 1101 1011100 0 110 100100011 1011000 110011

Color Harmonies of #D014F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D014F0

Black with #D014F0

Text Example


Text Example

White with #D014F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D014F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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