Html Css Color HEX #D720FE Psychedelic Purple

📋 copy color: '#D720FE'

red 215 ◦ green 32 ◦ blue 254

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

Shades of Psychedelic Purple #D720FE

Tints of Psychedelic Purple #D720FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.7%

R = 42.91%
G = 6.39%
B = 50.7%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D720FE (or 0xD720FE) is known color: Psychedelic Purple. HEX triplet: D7, 20 and FE. RGB value is (215,32,254). Sum of RGB (Red+Green+Blue) = 215+32+254=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 32 (12.89% from 255 or 6.39% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #D720FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D720FE is #28DF01. Grayscale: #6F6F6F. Windows color (decimal): -2678530 or 16654551. OLE color: 16654551.

HSL color Cylindrical-coordinate representation of color #D720FE: hue angle of 289.46º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D720FE is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 215 32 254 -
CMYK 0.15 0.87 0 0.00
HSL 289.46º 0.99% 0.56% -
HSV(B) 289.46º 0.87% 1% -
XYZ 46.43 22.64 95.69 -
YUV 112.03 208.13 201.45 -
System Red Green Blue C M Y K H S L
Decimal 215 32 254 0.15 0.87 0 0.00 289.46 0.99 0.56
Hex D7 20 FE F 57 0 0 121 63 38
Octal 327 40 376 17 127 0 0 441 143 70
Binary 11010111 100000 11111110 1111 1010111 0 0 100100001 1100011 111000

Color Harmonies of #D720FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720FE

Black with #D720FE

Text Example


Text Example

White with #D720FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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