Html Css Color HEX #D820ED Psychedelic Purple

📋 copy color: '#D820ED'

red 216 ◦ green 32 ◦ blue 237

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

Shades of Psychedelic Purple #D820ED

Tints of Psychedelic Purple #D820ED

RGB

 RED value IS 216 (84.77% from 255) = 44.54%

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

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

R = 44.54%
G = 6.6%
B = 48.87%

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

#D820ED (or 0xD820ED) is known color: Psychedelic Purple. HEX triplet: D8, 20 and ED. RGB value is (216,32,237). Sum of RGB (Red+Green+Blue) = 216+32+237=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 32 (12.89% from 255 or 6.60% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #D820ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D820ED is #27DF12. Grayscale: #6D6D6D. Windows color (decimal): -2613011 or 15540440. OLE color: 15540440.

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

Color convert

RGB 216 32 237 -
CMYK 0.09 0.86 0 0.07
HSL 293.85º 0.85% 0.53% -
HSV(B) 293.85º 0.86% 0.93% -
XYZ 44.12 21.75 81.99 -
YUV 110.39 199.46 203.33 -
System Red Green Blue C M Y K H S L
Decimal 216 32 237 0.09 0.86 0 0.07 293.85 0.85 0.53
Hex D8 20 ED 9 56 0 7 126 55 35
Octal 330 40 355 11 126 0 7 446 125 65
Binary 11011000 100000 11101101 1001 1010110 0 111 100100110 1010101 110101

Color Harmonies of #D820ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D820ED

Black with #D820ED

Text Example


Text Example

White with #D820ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D820ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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