Html Css Color HEX #D727FF Psychedelic Purple

📋 copy color: '#D727FF'

red 215 ◦ green 39 ◦ blue 255

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

Shades of Psychedelic Purple #D727FF

Tints of Psychedelic Purple #D727FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.1%

R = 42.24%
G = 7.66%
B = 50.1%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D727FF (or 0xD727FF) is known color: Psychedelic Purple. HEX triplet: D7, 27 and FF. RGB value is (215,39,255). Sum of RGB (Red+Green+Blue) = 215+39+255=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 39 (15.62% from 255 or 7.66% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #D727FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D727FF is #28D800. Grayscale: #737373. Windows color (decimal): -2676737 or 16721879. OLE color: 16721879.

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

Color convert

RGB 215 39 255 -
CMYK 0.16 0.85 0 0
HSL 288.89º 1% 0.58% -
HSV(B) 288.89º 0.85% 1% -
XYZ 46.8 23.12 96.6 -
YUV 116.25 206.31 198.44 -
System Red Green Blue C M Y K H S L
Decimal 215 39 255 0.16 0.85 0 0 288.89 1 0.58
Hex D7 27 FF 10 55 0 0 121 64 3A
Octal 327 47 377 20 125 0 0 441 144 72
Binary 11010111 100111 11111111 10000 1010101 0 0 100100001 1100100 111010

Color Harmonies of #D727FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D727FF

Black with #D727FF

Text Example


Text Example

White with #D727FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D727FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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