Html Css Color HEX #D020FA Psychedelic Purple

📋 copy color: '#D020FA'

red 208 ◦ green 32 ◦ blue 250

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

Shades of Psychedelic Purple #D020FA

Tints of Psychedelic Purple #D020FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.53%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 42.45%
G = 6.53%
B = 51.02%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D020FA (or 0xD020FA) is known color: Psychedelic Purple. HEX triplet: D0, 20 and FA. RGB value is (208,32,250). Sum of RGB (Red+Green+Blue) = 208+32+250=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 32 (12.89% from 255 or 6.53% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #D020FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D020FA is #2FDF05. Grayscale: #6C6C6C. Windows color (decimal): -3137286 or 16392400. OLE color: 16392400.

HSL color Cylindrical-coordinate representation of color #D020FA: hue angle of 288.44º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D020FA is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 32 250 -
CMYK 0.17 0.87 0 0.02
HSL 288.44º 0.96% 0.55% -
HSV(B) 288.44º 0.87% 0.98% -
XYZ 43.78 21.35 92.25 -
YUV 109.48 207.31 198.27 -
System Red Green Blue C M Y K H S L
Decimal 208 32 250 0.17 0.87 0 0.02 288.44 0.96 0.55
Hex D0 20 FA 11 57 0 2 120 60 37
Octal 320 40 372 21 127 0 2 440 140 67
Binary 11010000 100000 11111010 10001 1010111 0 10 100100000 1100000 110111

Color Harmonies of #D020FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020FA

Black with #D020FA

Text Example


Text Example

White with #D020FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020FA; }

 p { color: rgb(208,32,250); }

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

background-color css

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

 a { background-color: rgb(208,32,250); }

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

border-color css

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

 span { border-color: rgb(208,32,250); }

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