Html Css Color HEX #D824ED Psychedelic Purple

📋 copy color: '#D824ED'

red 216 ◦ green 36 ◦ blue 237

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

Shades of Psychedelic Purple #D824ED

Tints of Psychedelic Purple #D824ED

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.36%

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

R = 44.17%
G = 7.36%
B = 48.47%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D824ED (or 0xD824ED) is known color: Psychedelic Purple. HEX triplet: D8, 24 and ED. RGB value is (216,36,237). Sum of RGB (Red+Green+Blue) = 216+36+237=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 36 (14.45% from 255 or 7.36% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #D824ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D824ED is #27DB12. Grayscale: #707070. Windows color (decimal): -2611987 or 15541464. OLE color: 15541464.

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

Color convert

RGB 216 36 237 -
CMYK 0.09 0.85 0 0.07
HSL 293.73º 0.85% 0.54% -
HSV(B) 293.73º 0.85% 0.93% -
XYZ 44.24 21.98 82.03 -
YUV 112.73 198.13 201.66 -
System Red Green Blue C M Y K H S L
Decimal 216 36 237 0.09 0.85 0 0.07 293.73 0.85 0.54
Hex D8 24 ED 9 55 0 7 126 55 36
Octal 330 44 355 11 125 0 7 446 125 66
Binary 11011000 100100 11101101 1001 1010101 0 111 100100110 1010101 110110

Color Harmonies of #D824ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D824ED

Black with #D824ED

Text Example


Text Example

White with #D824ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D824ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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