Html Css Color HEX #D024EB Psychedelic Purple

📋 copy color: '#D024EB'

red 208 ◦ green 36 ◦ blue 235

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

Shades of Psychedelic Purple #D024EB

Tints of Psychedelic Purple #D024EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 43.42%
G = 7.52%
B = 49.06%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D024EB (or 0xD024EB) is known color: Psychedelic Purple. HEX triplet: D0, 24 and EB. RGB value is (208,36,235). Sum of RGB (Red+Green+Blue) = 208+36+235=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 36 (14.45% from 255 or 7.52% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #D024EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D024EB is #2FDB14. Grayscale: #6D6D6D. Windows color (decimal): -3136277 or 15410384. OLE color: 15410384.

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

Color convert

RGB 208 36 235 -
CMYK 0.11 0.85 0 0.08
HSL 291.86º 0.83% 0.53% -
HSV(B) 291.86º 0.85% 0.92% -
XYZ 41.64 20.67 80.39 -
YUV 110.11 198.48 197.82 -
System Red Green Blue C M Y K H S L
Decimal 208 36 235 0.11 0.85 0 0.08 291.86 0.83 0.53
Hex D0 24 EB B 55 0 8 124 53 35
Octal 320 44 353 13 125 0 10 444 123 65
Binary 11010000 100100 11101011 1011 1010101 0 1000 100100100 1010011 110101

Color Harmonies of #D024EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024EB

Black with #D024EB

Text Example


Text Example

White with #D024EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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