Html Css Color HEX #D024E9 Psychedelic Purple

📋 copy color: '#D024E9'

red 208 ◦ green 36 ◦ blue 233

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

Shades of Psychedelic Purple #D024E9

Tints of Psychedelic Purple #D024E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.85%

R = 43.61%
G = 7.55%
B = 48.85%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D024E9 (or 0xD024E9) is known color: Psychedelic Purple. HEX triplet: D0, 24 and E9. RGB value is (208,36,233). Sum of RGB (Red+Green+Blue) = 208+36+233=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 36 (14.45% from 255 or 7.55% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #D024E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D024E9 is #2FDB16. Grayscale: #6D6D6D. Windows color (decimal): -3136279 or 15279312. OLE color: 15279312.

HSL color Cylindrical-coordinate representation of color #D024E9: hue angle of 292.39º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D024E9 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 36 233 -
CMYK 0.11 0.85 0 0.09
HSL 292.39º 0.82% 0.53% -
HSV(B) 292.39º 0.85% 0.91% -
XYZ 41.35 20.55 78.88 -
YUV 109.89 197.48 197.98 -
System Red Green Blue C M Y K H S L
Decimal 208 36 233 0.11 0.85 0 0.09 292.39 0.82 0.53
Hex D0 24 E9 B 55 0 9 124 52 35
Octal 320 44 351 13 125 0 11 444 122 65
Binary 11010000 100100 11101001 1011 1010101 0 1001 100100100 1010010 110101

Color Harmonies of #D024E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024E9

Black with #D024E9

Text Example


Text Example

White with #D024E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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