Html Css Color HEX #D724EF Psychedelic Purple

📋 copy color: '#D724EF'

red 215 ◦ green 36 ◦ blue 239

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

Shades of Psychedelic Purple #D724EF

Tints of Psychedelic Purple #D724EF

RGB

 RED value IS 215 (84.38% from 255) = 43.88%

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

 BLUE value IS 239 (93.75% from 255) = 48.78%

R = 43.88%
G = 7.35%
B = 48.78%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D724EF (or 0xD724EF) is known color: Psychedelic Purple. HEX triplet: D7, 24 and EF. RGB value is (215,36,239). Sum of RGB (Red+Green+Blue) = 215+36+239=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 36 (14.45% from 255 or 7.35% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #D724EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D724EF is #28DB10. Grayscale: #707070. Windows color (decimal): -2677521 or 15672535. OLE color: 15672535.

HSL color Cylindrical-coordinate representation of color #D724EF: hue angle of 292.91º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D724EF is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 36 239 -
CMYK 0.10 0.85 0 0.06
HSL 292.91º 0.86% 0.54% -
HSV(B) 292.91º 0.85% 0.94% -
XYZ 44.24 21.94 83.56 -
YUV 112.66 199.3 200.99 -
System Red Green Blue C M Y K H S L
Decimal 215 36 239 0.10 0.85 0 0.06 292.91 0.86 0.54
Hex D7 24 EF A 55 0 6 125 56 36
Octal 327 44 357 12 125 0 6 445 126 66
Binary 11010111 100100 11101111 1010 1010101 0 110 100100101 1010110 110110

Color Harmonies of #D724EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D724EF

Black with #D724EF

Text Example


Text Example

White with #D724EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D724EF; }

 p { color: rgb(215,36,239); }

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

background-color css

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

 a { background-color: rgb(215,36,239); }

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

border-color css

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

 span { border-color: rgb(215,36,239); }

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