Html Css Color HEX #D024EC Psychedelic Purple

📋 copy color: '#D024EC'

red 208 ◦ green 36 ◦ blue 236

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

Shades of Psychedelic Purple #D024EC

Tints of Psychedelic Purple #D024EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.17%

R = 43.33%
G = 7.5%
B = 49.17%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D024EC (or 0xD024EC) is known color: Psychedelic Purple. HEX triplet: D0, 24 and EC. RGB value is (208,36,236). Sum of RGB (Red+Green+Blue) = 208+36+236=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 36 (14.45% from 255 or 7.5% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #D024EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D024EC is #2FDB13. Grayscale: #6D6D6D. Windows color (decimal): -3136276 or 15475920. OLE color: 15475920.

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

Color convert

RGB 208 36 236 -
CMYK 0.12 0.85 0 0.07
HSL 291.6º 0.84% 0.53% -
HSV(B) 291.6º 0.85% 0.93% -
XYZ 41.78 20.73 81.16 -
YUV 110.23 198.98 197.74 -
System Red Green Blue C M Y K H S L
Decimal 208 36 236 0.12 0.85 0 0.07 291.6 0.84 0.53
Hex D0 24 EC C 55 0 7 124 54 35
Octal 320 44 354 14 125 0 7 444 124 65
Binary 11010000 100100 11101100 1100 1010101 0 111 100100100 1010100 110101

Color Harmonies of #D024EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024EC

Black with #D024EC

Text Example


Text Example

White with #D024EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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