Html Css Color HEX #D019FF Psychedelic Purple

📋 copy color: '#D019FF'

red 208 ◦ green 25 ◦ blue 255

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

Shades of Psychedelic Purple #D019FF

Tints of Psychedelic Purple #D019FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.25%

R = 42.62%
G = 5.12%
B = 52.25%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D019FF (or 0xD019FF) is known color: Psychedelic Purple. HEX triplet: D0, 19 and FF. RGB value is (208,25,255). Sum of RGB (Red+Green+Blue) = 208+25+255=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #D019FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D019FF is #2FE600. Grayscale: #696969. Windows color (decimal): -3139073 or 16718288. OLE color: 16718288.

HSL color Cylindrical-coordinate representation of color #D019FF: hue angle of 287.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D019FF is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 25 255 -
CMYK 0.18 0.90 0 0
HSL 287.74º 1% 0.55% -
HSV(B) 287.74º 0.9% 1% -
XYZ 44.41 21.33 96.38 -
YUV 105.94 212.13 200.8 -
System Red Green Blue C M Y K H S L
Decimal 208 25 255 0.18 0.90 0 0 287.74 1 0.55
Hex D0 19 FF 12 5A 0 0 120 64 37
Octal 320 31 377 22 132 0 0 440 144 67
Binary 11010000 11001 11111111 10010 1011010 0 0 100100000 1100100 110111

Color Harmonies of #D019FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D019FF

Black with #D019FF

Text Example


Text Example

White with #D019FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D019FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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