Html Css Color HEX #D024FA Psychedelic Purple

📋 copy color: '#D024FA'

red 208 ◦ green 36 ◦ blue 250

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

Shades of Psychedelic Purple #D024FA

Tints of Psychedelic Purple #D024FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 42.11%
G = 7.29%
B = 50.61%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D024FA (or 0xD024FA) is known color: Psychedelic Purple. HEX triplet: D0, 24 and FA. RGB value is (208,36,250). Sum of RGB (Red+Green+Blue) = 208+36+250=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 36 (14.45% from 255 or 7.29% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #D024FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D024FA is #2FDB05. Grayscale: #6F6F6F. Windows color (decimal): -3136262 or 16393424. OLE color: 16393424.

HSL color Cylindrical-coordinate representation of color #D024FA: hue angle of 288.22º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D024FA is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 36 250 -
CMYK 0.17 0.86 0 0.02
HSL 288.22º 0.96% 0.56% -
HSV(B) 288.22º 0.86% 0.98% -
XYZ 43.9 21.57 92.29 -
YUV 111.82 205.98 196.6 -
System Red Green Blue C M Y K H S L
Decimal 208 36 250 0.17 0.86 0 0.02 288.22 0.96 0.56
Hex D0 24 FA 11 56 0 2 120 60 38
Octal 320 44 372 21 126 0 2 440 140 70
Binary 11010000 100100 11111010 10001 1010110 0 10 100100000 1100000 111000

Color Harmonies of #D024FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024FA

Black with #D024FA

Text Example


Text Example

White with #D024FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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