Html Css Color HEX #D024EE Psychedelic Purple

📋 copy color: '#D024EE'

red 208 ◦ green 36 ◦ blue 238

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

Shades of Psychedelic Purple #D024EE

Tints of Psychedelic Purple #D024EE

RGB

 RED value IS 208 (81.64% from 255) = 43.15%

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

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

R = 43.15%
G = 7.47%
B = 49.38%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D024EE (or 0xD024EE) is known color: Psychedelic Purple. HEX triplet: D0, 24 and EE. RGB value is (208,36,238). Sum of RGB (Red+Green+Blue) = 208+36+238=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #D024EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D024EE is #2FDB11. Grayscale: #6D6D6D. Windows color (decimal): -3136274 or 15606992. OLE color: 15606992.

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

Color convert

RGB 208 36 238 -
CMYK 0.13 0.85 0 0.07
HSL 291.09º 0.86% 0.54% -
HSV(B) 291.09º 0.85% 0.93% -
XYZ 42.08 20.84 82.69 -
YUV 110.46 199.98 197.57 -
System Red Green Blue C M Y K H S L
Decimal 208 36 238 0.13 0.85 0 0.07 291.09 0.86 0.54
Hex D0 24 EE D 55 0 7 123 56 36
Octal 320 44 356 15 125 0 7 443 126 66
Binary 11010000 100100 11101110 1101 1010101 0 111 100100011 1010110 110110

Color Harmonies of #D024EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024EE

Black with #D024EE

Text Example


Text Example

White with #D024EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024EE; }

 p { color: rgb(208,36,238); }

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

background-color css

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

 a { background-color: rgb(208,36,238); }

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

border-color css

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

 span { border-color: rgb(208,36,238); }

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