Html Css Color HEX #D720EE Psychedelic Purple

📋 copy color: '#D720EE'

red 215 ◦ green 32 ◦ blue 238

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

Shades of Psychedelic Purple #D720EE

Tints of Psychedelic Purple #D720EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.07%

R = 44.33%
G = 6.6%
B = 49.07%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D720EE (or 0xD720EE) is known color: Psychedelic Purple. HEX triplet: D7, 20 and EE. RGB value is (215,32,238). Sum of RGB (Red+Green+Blue) = 215+32+238=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 32 (12.89% from 255 or 6.60% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #D720EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D720EE is #28DF11. Grayscale: #6D6D6D. Windows color (decimal): -2678546 or 15605975. OLE color: 15605975.

HSL color Cylindrical-coordinate representation of color #D720EE: hue angle of 293.3º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D720EE is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 32 238 -
CMYK 0.10 0.87 0 0.07
HSL 293.3º 0.86% 0.53% -
HSV(B) 293.3º 0.87% 0.93% -
XYZ 43.97 21.65 82.75 -
YUV 110.2 200.13 202.75 -
System Red Green Blue C M Y K H S L
Decimal 215 32 238 0.10 0.87 0 0.07 293.3 0.86 0.53
Hex D7 20 EE A 57 0 7 125 56 35
Octal 327 40 356 12 127 0 7 445 126 65
Binary 11010111 100000 11101110 1010 1010111 0 111 100100101 1010110 110101

Color Harmonies of #D720EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720EE

Black with #D720EE

Text Example


Text Example

White with #D720EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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