Html Css Color HEX #D019F0 Psychedelic Purple

📋 copy color: '#D019F0'

red 208 ◦ green 25 ◦ blue 240

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

Shades of Psychedelic Purple #D019F0

Tints of Psychedelic Purple #D019F0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.29%

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

R = 43.97%
G = 5.29%
B = 50.74%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D019F0 (or 0xD019F0) is known color: Psychedelic Purple. HEX triplet: D0, 19 and F0. RGB value is (208,25,240). Sum of RGB (Red+Green+Blue) = 208+25+240=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 25 (10.16% from 255 or 5.29% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #D019F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D019F0 is #2FE60F. Grayscale: #676767. Windows color (decimal): -3139088 or 15735248. OLE color: 15735248.

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

Color convert

RGB 208 25 240 -
CMYK 0.13 0.90 0 0.06
HSL 291.07º 0.88% 0.52% -
HSV(B) 291.07º 0.9% 0.94% -
XYZ 42.09 20.4 84.16 -
YUV 104.23 204.63 202.02 -
System Red Green Blue C M Y K H S L
Decimal 208 25 240 0.13 0.90 0 0.06 291.07 0.88 0.52
Hex D0 19 F0 D 5A 0 6 123 58 34
Octal 320 31 360 15 132 0 6 443 130 64
Binary 11010000 11001 11110000 1101 1011010 0 110 100100011 1011000 110100

Color Harmonies of #D019F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D019F0

Black with #D019F0

Text Example


Text Example

White with #D019F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D019F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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