Html Css Color HEX #D721EE Psychedelic Purple

📋 copy color: '#D721EE'

red 215 ◦ green 33 ◦ blue 238

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

Shades of Psychedelic Purple #D721EE

Tints of Psychedelic Purple #D721EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.79%

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

R = 44.24%
G = 6.79%
B = 48.97%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D721EE (or 0xD721EE) is known color: Psychedelic Purple. HEX triplet: D7, 21 and EE. RGB value is (215,33,238). Sum of RGB (Red+Green+Blue) = 215+33+238=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 33 (13.28% from 255 or 6.79% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #D721EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D721EE is #28DE11. Grayscale: #6E6E6E. Windows color (decimal): -2678290 or 15606231. OLE color: 15606231.

HSL color Cylindrical-coordinate representation of color #D721EE: hue angle of 293.27º degrees, saturation: 0.86, 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 #D721EE is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 33 238 -
CMYK 0.10 0.86 0 0.07
HSL 293.27º 0.86% 0.53% -
HSV(B) 293.27º 0.86% 0.93% -
XYZ 44 21.71 82.76 -
YUV 110.79 199.8 202.33 -
System Red Green Blue C M Y K H S L
Decimal 215 33 238 0.10 0.86 0 0.07 293.27 0.86 0.53
Hex D7 21 EE A 56 0 7 125 56 35
Octal 327 41 356 12 126 0 7 445 126 65
Binary 11010111 100001 11101110 1010 1010110 0 111 100100101 1010110 110101

Color Harmonies of #D721EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D721EE

Black with #D721EE

Text Example


Text Example

White with #D721EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D721EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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