Html Css Color HEX #D720ED Psychedelic Purple

📋 copy color: '#D720ED'

red 215 ◦ green 32 ◦ blue 237

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

Shades of Psychedelic Purple #D720ED

Tints of Psychedelic Purple #D720ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.97%

R = 44.42%
G = 6.61%
B = 48.97%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D720ED (or 0xD720ED) is known color: Psychedelic Purple. HEX triplet: D7, 20 and ED. RGB value is (215,32,237). Sum of RGB (Red+Green+Blue) = 215+32+237=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #D720ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D720ED is #28DF12. Grayscale: #6D6D6D. Windows color (decimal): -2678547 or 15540439. OLE color: 15540439.

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

Color convert

RGB 215 32 237 -
CMYK 0.09 0.86 0 0.07
HSL 293.56º 0.85% 0.53% -
HSV(B) 293.56º 0.86% 0.93% -
XYZ 43.83 21.59 81.98 -
YUV 110.09 199.63 202.83 -
System Red Green Blue C M Y K H S L
Decimal 215 32 237 0.09 0.86 0 0.07 293.56 0.85 0.53
Hex D7 20 ED 9 56 0 7 126 55 35
Octal 327 40 355 11 126 0 7 446 125 65
Binary 11010111 100000 11101101 1001 1010110 0 111 100100110 1010101 110101

Color Harmonies of #D720ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720ED

Black with #D720ED

Text Example


Text Example

White with #D720ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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