Html Css Color HEX #D024FE Psychedelic Purple

📋 copy color: '#D024FE'

red 208 ◦ green 36 ◦ blue 254

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

Shades of Psychedelic Purple #D024FE

Tints of Psychedelic Purple #D024FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51%

R = 41.77%
G = 7.23%
B = 51%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D024FE (or 0xD024FE) is known color: Psychedelic Purple. HEX triplet: D0, 24 and FE. RGB value is (208,36,254). Sum of RGB (Red+Green+Blue) = 208+36+254=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 36 (14.45% from 255 or 7.23% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #D024FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D024FE is #2FDB01. Grayscale: #6F6F6F. Windows color (decimal): -3136258 or 16655568. OLE color: 16655568.

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

Color convert

RGB 208 36 254 -
CMYK 0.18 0.86 0 0.00
HSL 287.34º 0.99% 0.57% -
HSV(B) 287.34º 0.86% 1% -
XYZ 44.53 21.83 95.63 -
YUV 112.28 207.98 196.27 -
System Red Green Blue C M Y K H S L
Decimal 208 36 254 0.18 0.86 0 0.00 287.34 0.99 0.57
Hex D0 24 FE 12 56 0 0 11F 63 39
Octal 320 44 376 22 126 0 0 437 143 71
Binary 11010000 100100 11111110 10010 1010110 0 0 100011111 1100011 111001

Color Harmonies of #D024FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024FE

Black with #D024FE

Text Example


Text Example

White with #D024FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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