Html Css Color HEX #D724EC Psychedelic Purple

📋 copy color: '#D724EC'

red 215 ◦ green 36 ◦ blue 236

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

Shades of Psychedelic Purple #D724EC

Tints of Psychedelic Purple #D724EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.46%

R = 44.15%
G = 7.39%
B = 48.46%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D724EC (or 0xD724EC) is known color: Psychedelic Purple. HEX triplet: D7, 24 and EC. RGB value is (215,36,236). Sum of RGB (Red+Green+Blue) = 215+36+236=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 36 (14.45% from 255 or 7.39% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #D724EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D724EC is #28DB13. Grayscale: #6F6F6F. Windows color (decimal): -2677524 or 15475927. OLE color: 15475927.

HSL color Cylindrical-coordinate representation of color #D724EC: hue angle of 293.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D724EC is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 36 236 -
CMYK 0.09 0.85 0 0.07
HSL 293.7º 0.84% 0.53% -
HSV(B) 293.7º 0.85% 0.93% -
XYZ 43.8 21.76 81.25 -
YUV 112.32 197.8 201.24 -
System Red Green Blue C M Y K H S L
Decimal 215 36 236 0.09 0.85 0 0.07 293.7 0.84 0.53
Hex D7 24 EC 9 55 0 7 126 54 35
Octal 327 44 354 11 125 0 7 446 124 65
Binary 11010111 100100 11101100 1001 1010101 0 111 100100110 1010100 110101

Color Harmonies of #D724EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D724EC

Black with #D724EC

Text Example


Text Example

White with #D724EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D724EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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