Html Css Color HEX #D720F1 Psychedelic Purple

📋 copy color: '#D720F1'

red 215 ◦ green 32 ◦ blue 241

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

Shades of Psychedelic Purple #D720F1

Tints of Psychedelic Purple #D720F1

RGB

 RED value IS 215 (84.38% from 255) = 44.06%

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

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

R = 44.06%
G = 6.56%
B = 49.39%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D720F1 (or 0xD720F1) is known color: Psychedelic Purple. HEX triplet: D7, 20 and F1. RGB value is (215,32,241). Sum of RGB (Red+Green+Blue) = 215+32+241=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 32 (12.89% from 255 or 6.56% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #D720F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D720F1 is #28DF0E. Grayscale: #6D6D6D. Windows color (decimal): -2678543 or 15802583. OLE color: 15802583.

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

Color convert

RGB 215 32 241 -
CMYK 0.11 0.87 0 0.05
HSL 292.54º 0.88% 0.54% -
HSV(B) 292.54º 0.87% 0.95% -
XYZ 44.42 21.83 85.09 -
YUV 110.54 201.63 202.51 -
System Red Green Blue C M Y K H S L
Decimal 215 32 241 0.11 0.87 0 0.05 292.54 0.88 0.54
Hex D7 20 F1 B 57 0 5 125 58 36
Octal 327 40 361 13 127 0 5 445 130 66
Binary 11010111 100000 11110001 1011 1010111 0 101 100100101 1011000 110110

Color Harmonies of #D720F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720F1

Black with #D720F1

Text Example


Text Example

White with #D720F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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