Html Css Color HEX #D024F8 Psychedelic Purple

📋 copy color: '#D024F8'

red 208 ◦ green 36 ◦ blue 248

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

Shades of Psychedelic Purple #D024F8

Tints of Psychedelic Purple #D024F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.41%

R = 42.28%
G = 7.32%
B = 50.41%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D024F8 (or 0xD024F8) is known color: Psychedelic Purple. HEX triplet: D0, 24 and F8. RGB value is (208,36,248). Sum of RGB (Red+Green+Blue) = 208+36+248=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 36 (14.45% from 255 or 7.32% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #D024F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D024F8 is #2FDB07. Grayscale: #6E6E6E. Windows color (decimal): -3136264 or 16262352. OLE color: 16262352.

HSL color Cylindrical-coordinate representation of color #D024F8: hue angle of 288.68º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D024F8 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 36 248 -
CMYK 0.16 0.85 0 0.03
HSL 288.68º 0.94% 0.56% -
HSV(B) 288.68º 0.85% 0.97% -
XYZ 43.59 21.45 90.65 -
YUV 111.6 204.98 196.76 -
System Red Green Blue C M Y K H S L
Decimal 208 36 248 0.16 0.85 0 0.03 288.68 0.94 0.56
Hex D0 24 F8 10 55 0 3 121 5E 38
Octal 320 44 370 20 125 0 3 441 136 70
Binary 11010000 100100 11111000 10000 1010101 0 11 100100001 1011110 111000

Color Harmonies of #D024F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024F8

Black with #D024F8

Text Example


Text Example

White with #D024F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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