Html Css Color HEX #D020EA Psychedelic Purple

📋 copy color: '#D020EA'

red 208 ◦ green 32 ◦ blue 234

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

Shades of Psychedelic Purple #D020EA

Tints of Psychedelic Purple #D020EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 43.88%
G = 6.75%
B = 49.37%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D020EA (or 0xD020EA) is known color: Psychedelic Purple. HEX triplet: D0, 20 and EA. RGB value is (208,32,234). Sum of RGB (Red+Green+Blue) = 208+32+234=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #D020EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D020EA is #2FDF15. Grayscale: #6B6B6B. Windows color (decimal): -3137302 or 15343824. OLE color: 15343824.

HSL color Cylindrical-coordinate representation of color #D020EA: hue angle of 292.28º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D020EA is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 32 234 -
CMYK 0.11 0.86 0 0.08
HSL 292.28º 0.83% 0.52% -
HSV(B) 292.28º 0.86% 0.92% -
XYZ 41.38 20.38 79.6 -
YUV 107.65 199.31 199.57 -
System Red Green Blue C M Y K H S L
Decimal 208 32 234 0.11 0.86 0 0.08 292.28 0.83 0.52
Hex D0 20 EA B 56 0 8 124 53 34
Octal 320 40 352 13 126 0 10 444 123 64
Binary 11010000 100000 11101010 1011 1010110 0 1000 100100100 1010011 110100

Color Harmonies of #D020EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020EA

Black with #D020EA

Text Example


Text Example

White with #D020EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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