Html Css Color HEX #D127FA Psychedelic Purple

📋 copy color: '#D127FA'

red 209 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #D127FA

Tints of Psychedelic Purple #D127FA

RGB

 RED value IS 209 (82.03% from 255) = 41.97%

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

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

R = 41.97%
G = 7.83%
B = 50.2%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D127FA (or 0xD127FA) is known color: Psychedelic Purple. HEX triplet: D1, 27 and FA. RGB value is (209,39,250). Sum of RGB (Red+Green+Blue) = 209+39+250=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #D127FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D127FA is #2ED805. Grayscale: #717171. Windows color (decimal): -3069958 or 16394193. OLE color: 16394193.

HSL color Cylindrical-coordinate representation of color #D127FA: hue angle of 288.34º 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 #D127FA is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 39 250 -
CMYK 0.16 0.84 0 0.02
HSL 288.34º 0.95% 0.57% -
HSV(B) 288.34º 0.84% 0.98% -
XYZ 44.28 21.91 92.34 -
YUV 113.88 204.82 195.84 -
System Red Green Blue C M Y K H S L
Decimal 209 39 250 0.16 0.84 0 0.02 288.34 0.95 0.57
Hex D1 27 FA 10 54 0 2 120 5F 39
Octal 321 47 372 20 124 0 2 440 137 71
Binary 11010001 100111 11111010 10000 1010100 0 10 100100000 1011111 111001

Color Harmonies of #D127FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D127FA

Black with #D127FA

Text Example


Text Example

White with #D127FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D127FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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