Html Css Color HEX #D024FF Psychedelic Purple

📋 copy color: '#D024FF'

red 208 ◦ green 36 ◦ blue 255

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

Shades of Psychedelic Purple #D024FF

Tints of Psychedelic Purple #D024FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.1%

R = 41.68%
G = 7.21%
B = 51.1%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D024FF (or 0xD024FF) is known color: Psychedelic Purple. HEX triplet: D0, 24 and FF. RGB value is (208,36,255). Sum of RGB (Red+Green+Blue) = 208+36+255=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 36 (14.45% from 255 or 7.21% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #D024FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D024FF is #2FDB00. Grayscale: #6F6F6F. Windows color (decimal): -3136257 or 16721104. OLE color: 16721104.

HSL color Cylindrical-coordinate representation of color #D024FF: hue angle of 287.12º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D024FF is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 36 255 -
CMYK 0.18 0.86 0 0
HSL 287.12º 1% 0.57% -
HSV(B) 287.12º 0.86% 1% -
XYZ 44.69 21.89 96.48 -
YUV 112.39 208.48 196.19 -
System Red Green Blue C M Y K H S L
Decimal 208 36 255 0.18 0.86 0 0 287.12 1 0.57
Hex D0 24 FF 12 56 0 0 11F 64 39
Octal 320 44 377 22 126 0 0 437 144 71
Binary 11010000 100100 11111111 10010 1010110 0 0 100011111 1100100 111001

Color Harmonies of #D024FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024FF

Black with #D024FF

Text Example


Text Example

White with #D024FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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