Html Css Color HEX #D131FA Psychedelic Purple

📋 copy color: '#D131FA'

red 209 ◦ green 49 ◦ blue 250

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

Shades of Psychedelic Purple #D131FA

Tints of Psychedelic Purple #D131FA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.65%

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

R = 41.14%
G = 9.65%
B = 49.21%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D131FA (or 0xD131FA) is known color: Psychedelic Purple. HEX triplet: D1, 31 and FA. RGB value is (209,49,250). Sum of RGB (Red+Green+Blue) = 209+49+250=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 49 (19.53% from 255 or 9.65% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #D131FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D131FA is #2ECE05. Grayscale: #777777. Windows color (decimal): -3067398 or 16396753. OLE color: 16396753.

HSL color Cylindrical-coordinate representation of color #D131FA: hue angle of 287.76º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D131FA is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 49 250 -
CMYK 0.16 0.80 0 0.02
HSL 287.76º 0.95% 0.59% -
HSV(B) 287.76º 0.8% 0.98% -
XYZ 44.65 22.65 92.46 -
YUV 119.75 201.51 191.66 -
System Red Green Blue C M Y K H S L
Decimal 209 49 250 0.16 0.80 0 0.02 287.76 0.95 0.59
Hex D1 31 FA 10 50 0 2 120 5F 3B
Octal 321 61 372 20 120 0 2 440 137 73
Binary 11010001 110001 11111010 10000 1010000 0 10 100100000 1011111 111011

Color Harmonies of #D131FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131FA

Black with #D131FA

Text Example


Text Example

White with #D131FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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