Html Css Color HEX #D024F6 Psychedelic Purple

📋 copy color: '#D024F6'

red 208 ◦ green 36 ◦ blue 246

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

Shades of Psychedelic Purple #D024F6

Tints of Psychedelic Purple #D024F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.2%

R = 42.45%
G = 7.35%
B = 50.2%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D024F6 (or 0xD024F6) is known color: Psychedelic Purple. HEX triplet: D0, 24 and F6. RGB value is (208,36,246). Sum of RGB (Red+Green+Blue) = 208+36+246=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 36 (14.45% from 255 or 7.35% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #D024F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D024F6 is #2FDB09. Grayscale: #6E6E6E. Windows color (decimal): -3136266 or 16131280. OLE color: 16131280.

HSL color Cylindrical-coordinate representation of color #D024F6: hue angle of 289.14º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D024F6 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 36 246 -
CMYK 0.15 0.85 0 0.04
HSL 289.14º 0.92% 0.55% -
HSV(B) 289.14º 0.85% 0.96% -
XYZ 43.28 21.33 89.02 -
YUV 111.37 203.98 196.92 -
System Red Green Blue C M Y K H S L
Decimal 208 36 246 0.15 0.85 0 0.04 289.14 0.92 0.55
Hex D0 24 F6 F 55 0 4 121 5C 37
Octal 320 44 366 17 125 0 4 441 134 67
Binary 11010000 100100 11110110 1111 1010101 0 100 100100001 1011100 110111

Color Harmonies of #D024F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024F6

Black with #D024F6

Text Example


Text Example

White with #D024F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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