Html Css Color HEX #D019F6 Psychedelic Purple

📋 copy color: '#D019F6'

red 208 ◦ green 25 ◦ blue 246

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

Shades of Psychedelic Purple #D019F6

Tints of Psychedelic Purple #D019F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.36%

R = 43.42%
G = 5.22%
B = 51.36%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D019F6 (or 0xD019F6) is known color: Psychedelic Purple. HEX triplet: D0, 19 and F6. RGB value is (208,25,246). Sum of RGB (Red+Green+Blue) = 208+25+246=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 25 (10.16% from 255 or 5.22% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #D019F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D019F6 is #2FE609. Grayscale: #686868. Windows color (decimal): -3139082 or 16128464. OLE color: 16128464.

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

Color convert

RGB 208 25 246 -
CMYK 0.15 0.90 0 0.04
HSL 289.68º 0.92% 0.53% -
HSV(B) 289.68º 0.9% 0.96% -
XYZ 42.99 20.76 88.93 -
YUV 104.91 207.63 201.53 -
System Red Green Blue C M Y K H S L
Decimal 208 25 246 0.15 0.90 0 0.04 289.68 0.92 0.53
Hex D0 19 F6 F 5A 0 4 122 5C 35
Octal 320 31 366 17 132 0 4 442 134 65
Binary 11010000 11001 11110110 1111 1011010 0 100 100100010 1011100 110101

Color Harmonies of #D019F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D019F6

Black with #D019F6

Text Example


Text Example

White with #D019F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D019F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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