Html Css Color HEX #D727EF Psychedelic Purple

📋 copy color: '#D727EF'

red 215 ◦ green 39 ◦ blue 239

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

Shades of Psychedelic Purple #D727EF

Tints of Psychedelic Purple #D727EF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.91%

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

R = 43.61%
G = 7.91%
B = 48.48%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D727EF (or 0xD727EF) is known color: Psychedelic Purple. HEX triplet: D7, 27 and EF. RGB value is (215,39,239). Sum of RGB (Red+Green+Blue) = 215+39+239=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 39 (15.62% from 255 or 7.91% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #D727EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D727EF is #28D810. Grayscale: #717171. Windows color (decimal): -2676753 or 15673303. OLE color: 15673303.

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

Color convert

RGB 215 39 239 -
CMYK 0.10 0.84 0 0.06
HSL 292.8º 0.86% 0.55% -
HSV(B) 292.8º 0.84% 0.94% -
XYZ 44.33 22.13 83.6 -
YUV 114.42 198.31 199.74 -
System Red Green Blue C M Y K H S L
Decimal 215 39 239 0.10 0.84 0 0.06 292.8 0.86 0.55
Hex D7 27 EF A 54 0 6 125 56 37
Octal 327 47 357 12 124 0 6 445 126 67
Binary 11010111 100111 11101111 1010 1010100 0 110 100100101 1010110 110111

Color Harmonies of #D727EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D727EF

Black with #D727EF

Text Example


Text Example

White with #D727EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D727EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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