Html Css Color HEX #D727FA Psychedelic Purple

📋 copy color: '#D727FA'

red 215 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #D727FA

Tints of Psychedelic Purple #D727FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 42.66%
G = 7.74%
B = 49.6%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D727FA (or 0xD727FA) is known color: Psychedelic Purple. HEX triplet: D7, 27 and FA. RGB value is (215,39,250). Sum of RGB (Red+Green+Blue) = 215+39+250=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 39 (15.62% from 255 or 7.74% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #D727FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D727FA is #28D805. Grayscale: #737373. Windows color (decimal): -2676742 or 16394199. OLE color: 16394199.

HSL color Cylindrical-coordinate representation of color #D727FA: hue angle of 290.05º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D727FA is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 39 250 -
CMYK 0.14 0.84 0 0.02
HSL 290.05º 0.95% 0.57% -
HSV(B) 290.05º 0.84% 0.98% -
XYZ 46.01 22.8 92.42 -
YUV 115.68 203.81 198.84 -
System Red Green Blue C M Y K H S L
Decimal 215 39 250 0.14 0.84 0 0.02 290.05 0.95 0.57
Hex D7 27 FA E 54 0 2 122 5F 39
Octal 327 47 372 16 124 0 2 442 137 71
Binary 11010111 100111 11111010 1110 1010100 0 10 100100010 1011111 111001

Color Harmonies of #D727FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D727FA

Black with #D727FA

Text Example


Text Example

White with #D727FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D727FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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