Html Css Color HEX #D720EB Psychedelic Purple

📋 copy color: '#D720EB'

red 215 ◦ green 32 ◦ blue 235

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

Shades of Psychedelic Purple #D720EB

Tints of Psychedelic Purple #D720EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 44.61%
G = 6.64%
B = 48.76%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D720EB (or 0xD720EB) is known color: Psychedelic Purple. HEX triplet: D7, 20 and EB. RGB value is (215,32,235). Sum of RGB (Red+Green+Blue) = 215+32+235=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #D720EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D720EB is #28DF14. Grayscale: #6D6D6D. Windows color (decimal): -2678549 or 15409367. OLE color: 15409367.

HSL color Cylindrical-coordinate representation of color #D720EB: hue angle of 294.09º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D720EB is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 32 235 -
CMYK 0.09 0.86 0 0.08
HSL 294.09º 0.84% 0.52% -
HSV(B) 294.09º 0.86% 0.92% -
XYZ 43.54 21.48 80.45 -
YUV 109.86 198.63 202.99 -
System Red Green Blue C M Y K H S L
Decimal 215 32 235 0.09 0.86 0 0.08 294.09 0.84 0.52
Hex D7 20 EB 9 56 0 8 126 54 34
Octal 327 40 353 11 126 0 10 446 124 64
Binary 11010111 100000 11101011 1001 1010110 0 1000 100100110 1010100 110100

Color Harmonies of #D720EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720EB

Black with #D720EB

Text Example


Text Example

White with #D720EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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