Html Css Color HEX #D920F9 Psychedelic Purple

📋 copy color: '#D920F9'

red 217 ◦ green 32 ◦ blue 249

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

Shades of Psychedelic Purple #D920F9

Tints of Psychedelic Purple #D920F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50%

R = 43.57%
G = 6.43%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D920F9 (or 0xD920F9) is known color: Psychedelic Purple. HEX triplet: D9, 20 and F9. RGB value is (217,32,249). Sum of RGB (Red+Green+Blue) = 217+32+249=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 32 (12.89% from 255 or 6.43% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #D920F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D920F9 is #26DF06. Grayscale: #6F6F6F. Windows color (decimal): -2547463 or 16326873. OLE color: 16326873.

HSL color Cylindrical-coordinate representation of color #D920F9: hue angle of 291.15º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D920F9 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 32 249 -
CMYK 0.13 0.87 0 0.02
HSL 291.15º 0.95% 0.55% -
HSV(B) 291.15º 0.87% 0.98% -
XYZ 46.23 22.62 91.55 -
YUV 112.05 205.29 202.86 -
System Red Green Blue C M Y K H S L
Decimal 217 32 249 0.13 0.87 0 0.02 291.15 0.95 0.55
Hex D9 20 F9 D 57 0 2 123 5F 37
Octal 331 40 371 15 127 0 2 443 137 67
Binary 11011001 100000 11111001 1101 1010111 0 10 100100011 1011111 110111

Color Harmonies of #D920F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D920F9

Black with #D920F9

Text Example


Text Example

White with #D920F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D920F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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