Html Css Color HEX #D020F9 Psychedelic Purple

📋 copy color: '#D020F9'

red 208 ◦ green 32 ◦ blue 249

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

Shades of Psychedelic Purple #D020F9

Tints of Psychedelic Purple #D020F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.92%

R = 42.54%
G = 6.54%
B = 50.92%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D020F9 (or 0xD020F9) is known color: Psychedelic Purple. HEX triplet: D0, 20 and F9. RGB value is (208,32,249). Sum of RGB (Red+Green+Blue) = 208+32+249=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 32 (12.89% from 255 or 6.54% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #D020F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D020F9 is #2FDF06. Grayscale: #6C6C6C. Windows color (decimal): -3137287 or 16326864. OLE color: 16326864.

HSL color Cylindrical-coordinate representation of color #D020F9: hue angle of 288.66º degrees, saturation: 0.95, 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 #D020F9 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 32 249 -
CMYK 0.16 0.87 0 0.02
HSL 288.66º 0.95% 0.55% -
HSV(B) 288.66º 0.87% 0.98% -
XYZ 43.63 21.28 91.43 -
YUV 109.36 206.81 198.36 -
System Red Green Blue C M Y K H S L
Decimal 208 32 249 0.16 0.87 0 0.02 288.66 0.95 0.55
Hex D0 20 F9 10 57 0 2 121 5F 37
Octal 320 40 371 20 127 0 2 441 137 67
Binary 11010000 100000 11111001 10000 1010111 0 10 100100001 1011111 110111

Color Harmonies of #D020F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020F9

Black with #D020F9

Text Example


Text Example

White with #D020F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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