Html Css Color HEX #D021FD Psychedelic Purple

📋 copy color: '#D021FD'

red 208 ◦ green 33 ◦ blue 253

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

Shades of Psychedelic Purple #D021FD

Tints of Psychedelic Purple #D021FD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.68%

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

R = 42.11%
G = 6.68%
B = 51.21%

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

#D021FD (or 0xD021FD) is known color: Psychedelic Purple. HEX triplet: D0, 21 and FD. RGB value is (208,33,253). Sum of RGB (Red+Green+Blue) = 208+33+253=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 33 (13.28% from 255 or 6.68% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #D021FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D021FD is #2FDE02. Grayscale: #6D6D6D. Windows color (decimal): -3137027 or 16589264. OLE color: 16589264.

HSL color Cylindrical-coordinate representation of color #D021FD: hue angle of 287.73º 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 #D021FD is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 33 253 -
CMYK 0.18 0.87 0 0.01
HSL 287.73º 0.98% 0.56% -
HSV(B) 287.73º 0.87% 0.99% -
XYZ 44.29 21.59 94.76 -
YUV 110.41 208.48 197.61 -
System Red Green Blue C M Y K H S L
Decimal 208 33 253 0.18 0.87 0 0.01 287.73 0.98 0.56
Hex D0 21 FD 12 57 0 1 120 62 38
Octal 320 41 375 22 127 0 1 440 142 70
Binary 11010000 100001 11111101 10010 1010111 0 1 100100000 1100010 111000

Color Harmonies of #D021FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021FD

Black with #D021FD

Text Example


Text Example

White with #D021FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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