Html Css Color HEX #D024FD Psychedelic Purple

📋 copy color: '#D024FD'

red 208 ◦ green 36 ◦ blue 253

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

Shades of Psychedelic Purple #D024FD

Tints of Psychedelic Purple #D024FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.91%

R = 41.85%
G = 7.24%
B = 50.91%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D024FD (or 0xD024FD) is known color: Psychedelic Purple. HEX triplet: D0, 24 and FD. RGB value is (208,36,253). Sum of RGB (Red+Green+Blue) = 208+36+253=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 36 (14.45% from 255 or 7.24% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #D024FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D024FD is #2FDB02. Grayscale: #6F6F6F. Windows color (decimal): -3136259 or 16590032. OLE color: 16590032.

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

Color convert

RGB 208 36 253 -
CMYK 0.18 0.86 0 0.01
HSL 287.56º 0.98% 0.57% -
HSV(B) 287.56º 0.86% 0.99% -
XYZ 44.37 21.76 94.79 -
YUV 112.17 207.48 196.36 -
System Red Green Blue C M Y K H S L
Decimal 208 36 253 0.18 0.86 0 0.01 287.56 0.98 0.57
Hex D0 24 FD 12 56 0 1 120 62 39
Octal 320 44 375 22 126 0 1 440 142 71
Binary 11010000 100100 11111101 10010 1010110 0 1 100100000 1100010 111001

Color Harmonies of #D024FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024FD

Black with #D024FD

Text Example


Text Example

White with #D024FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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