Html Css Color HEX #D920F1 Psychedelic Purple

📋 copy color: '#D920F1'

red 217 ◦ green 32 ◦ blue 241

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

Shades of Psychedelic Purple #D920F1

Tints of Psychedelic Purple #D920F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.18%

R = 44.29%
G = 6.53%
B = 49.18%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D920F1 (or 0xD920F1) is known color: Psychedelic Purple. HEX triplet: D9, 20 and F1. RGB value is (217,32,241). Sum of RGB (Red+Green+Blue) = 217+32+241=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 32 (12.89% from 255 or 6.53% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #D920F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D920F1 is #26DF0E. Grayscale: #6E6E6E. Windows color (decimal): -2547471 or 15802585. OLE color: 15802585.

HSL color Cylindrical-coordinate representation of color #D920F1: hue angle of 293.11º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D920F1 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 32 241 -
CMYK 0.10 0.87 0 0.05
HSL 293.11º 0.88% 0.54% -
HSV(B) 293.11º 0.87% 0.95% -
XYZ 45.01 22.14 85.12 -
YUV 111.14 201.29 203.51 -
System Red Green Blue C M Y K H S L
Decimal 217 32 241 0.10 0.87 0 0.05 293.11 0.88 0.54
Hex D9 20 F1 A 57 0 5 125 58 36
Octal 331 40 361 12 127 0 5 445 130 66
Binary 11011001 100000 11110001 1010 1010111 0 101 100100101 1011000 110110

Color Harmonies of #D920F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D920F1

Black with #D920F1

Text Example


Text Example

White with #D920F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D920F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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