Html Css Color HEX #D720FF Psychedelic Purple

📋 copy color: '#D720FF'

red 215 ◦ green 32 ◦ blue 255

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

Shades of Psychedelic Purple #D720FF

Tints of Psychedelic Purple #D720FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.8%

R = 42.83%
G = 6.37%
B = 50.8%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D720FF (or 0xD720FF) is known color: Psychedelic Purple. HEX triplet: D7, 20 and FF. RGB value is (215,32,255). Sum of RGB (Red+Green+Blue) = 215+32+255=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 32 (12.89% from 255 or 6.37% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #D720FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D720FF is #28DF00. Grayscale: #6F6F6F. Windows color (decimal): -2678529 or 16720087. OLE color: 16720087.

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

Color convert

RGB 215 32 255 -
CMYK 0.16 0.87 0 0
HSL 289.24º 1% 0.56% -
HSV(B) 289.24º 0.87% 1% -
XYZ 46.59 22.7 96.53 -
YUV 112.14 208.63 201.37 -
System Red Green Blue C M Y K H S L
Decimal 215 32 255 0.16 0.87 0 0 289.24 1 0.56
Hex D7 20 FF 10 57 0 0 121 64 38
Octal 327 40 377 20 127 0 0 441 144 70
Binary 11010111 100000 11111111 10000 1010111 0 0 100100001 1100100 111000

Color Harmonies of #D720FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720FF

Black with #D720FF

Text Example


Text Example

White with #D720FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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