Html Css Color HEX #D920FD Psychedelic Purple

📋 copy color: '#D920FD'

red 217 ◦ green 32 ◦ blue 253

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

Shades of Psychedelic Purple #D920FD

Tints of Psychedelic Purple #D920FD

RGB

 RED value IS 217 (85.16% from 255) = 43.23%

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

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

R = 43.23%
G = 6.37%
B = 50.4%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D920FD (or 0xD920FD) is known color: Psychedelic Purple. HEX triplet: D9, 20 and FD. RGB value is (217,32,253). Sum of RGB (Red+Green+Blue) = 217+32+253=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 32 (12.89% from 255 or 6.37% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #D920FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D920FD is #26DF02. Grayscale: #6F6F6F. Windows color (decimal): -2547459 or 16589017. OLE color: 16589017.

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

Color convert

RGB 217 32 253 -
CMYK 0.14 0.87 0 0.01
HSL 290.23º 0.98% 0.56% -
HSV(B) 290.23º 0.87% 0.99% -
XYZ 46.86 22.88 94.87 -
YUV 112.51 207.29 202.53 -
System Red Green Blue C M Y K H S L
Decimal 217 32 253 0.14 0.87 0 0.01 290.23 0.98 0.56
Hex D9 20 FD E 57 0 1 122 62 38
Octal 331 40 375 16 127 0 1 442 142 70
Binary 11011001 100000 11111101 1110 1010111 0 1 100100010 1100010 111000

Color Harmonies of #D920FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D920FD

Black with #D920FD

Text Example


Text Example

White with #D920FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D920FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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