Html Css Color HEX #D020FF Psychedelic Purple

📋 copy color: '#D020FF'

red 208 ◦ green 32 ◦ blue 255

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

Shades of Psychedelic Purple #D020FF

Tints of Psychedelic Purple #D020FF

RGB

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

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

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

R = 42.02%
G = 6.46%
B = 51.52%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D020FF (or 0xD020FF) is known color: Psychedelic Purple. HEX triplet: D0, 20 and FF. RGB value is (208,32,255). Sum of RGB (Red+Green+Blue) = 208+32+255=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 32 (12.89% from 255 or 6.46% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #D020FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D020FF is #2FDF00. Grayscale: #6D6D6D. Windows color (decimal): -3137281 or 16720080. OLE color: 16720080.

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

Color convert

RGB 208 32 255 -
CMYK 0.18 0.87 0 0
HSL 287.35º 1% 0.56% -
HSV(B) 287.35º 0.87% 1% -
XYZ 44.58 21.66 96.44 -
YUV 110.05 209.81 197.87 -
System Red Green Blue C M Y K H S L
Decimal 208 32 255 0.18 0.87 0 0 287.35 1 0.56
Hex D0 20 FF 12 57 0 0 11F 64 38
Octal 320 40 377 22 127 0 0 437 144 70
Binary 11010000 100000 11111111 10010 1010111 0 0 100011111 1100100 111000

Color Harmonies of #D020FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020FF

Black with #D020FF

Text Example


Text Example

White with #D020FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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