Html Css Color HEX #D020FD Psychedelic Purple

📋 copy color: '#D020FD'

red 208 ◦ green 32 ◦ blue 253

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

Shades of Psychedelic Purple #D020FD

Tints of Psychedelic Purple #D020FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.32%

R = 42.19%
G = 6.49%
B = 51.32%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D020FD (or 0xD020FD) is known color: Psychedelic Purple. HEX triplet: D0, 20 and FD. RGB value is (208,32,253). Sum of RGB (Red+Green+Blue) = 208+32+253=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 32 (12.89% from 255 or 6.49% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #D020FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D020FD is #2FDF02. Grayscale: #6D6D6D. Windows color (decimal): -3137283 or 16589008. OLE color: 16589008.

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

Color convert

RGB 208 32 253 -
CMYK 0.18 0.87 0 0.01
HSL 287.78º 0.98% 0.56% -
HSV(B) 287.78º 0.87% 0.99% -
XYZ 44.26 21.53 94.75 -
YUV 109.82 208.81 198.03 -
System Red Green Blue C M Y K H S L
Decimal 208 32 253 0.18 0.87 0 0.01 287.78 0.98 0.56
Hex D0 20 FD 12 57 0 1 120 62 38
Octal 320 40 375 22 127 0 1 440 142 70
Binary 11010000 100000 11111101 10010 1010111 0 1 100100000 1100010 111000

Color Harmonies of #D020FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020FD

Black with #D020FD

Text Example


Text Example

White with #D020FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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