Html Css Color HEX #D020EF Psychedelic Purple

📋 copy color: '#D020EF'

red 208 ◦ green 32 ◦ blue 239

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

Shades of Psychedelic Purple #D020EF

Tints of Psychedelic Purple #D020EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 43.42%
G = 6.68%
B = 49.9%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D020EF (or 0xD020EF) is known color: Psychedelic Purple. HEX triplet: D0, 20 and EF. RGB value is (208,32,239). Sum of RGB (Red+Green+Blue) = 208+32+239=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #D020EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D020EF is #2FDF10. Grayscale: #6B6B6B. Windows color (decimal): -3137297 or 15671504. OLE color: 15671504.

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

Color convert

RGB 208 32 239 -
CMYK 0.13 0.87 0 0.06
HSL 291.01º 0.87% 0.53% -
HSV(B) 291.01º 0.87% 0.94% -
XYZ 42.11 20.67 83.43 -
YUV 108.22 201.81 199.17 -
System Red Green Blue C M Y K H S L
Decimal 208 32 239 0.13 0.87 0 0.06 291.01 0.87 0.53
Hex D0 20 EF D 57 0 6 123 57 35
Octal 320 40 357 15 127 0 6 443 127 65
Binary 11010000 100000 11101111 1101 1010111 0 110 100100011 1010111 110101

Color Harmonies of #D020EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020EF

Black with #D020EF

Text Example


Text Example

White with #D020EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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