Html Css Color HEX #D031FA Psychedelic Purple

📋 copy color: '#D031FA'

red 208 ◦ green 49 ◦ blue 250

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

Shades of Psychedelic Purple #D031FA

Tints of Psychedelic Purple #D031FA

RGB

 RED value IS 208 (81.64% from 255) = 41.03%

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

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

R = 41.03%
G = 9.66%
B = 49.31%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D031FA (or 0xD031FA) is known color: Psychedelic Purple. HEX triplet: D0, 31 and FA. RGB value is (208,49,250). Sum of RGB (Red+Green+Blue) = 208+49+250=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 49 (19.53% from 255 or 9.66% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #D031FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D031FA is #2FCE05. Grayscale: #767676. Windows color (decimal): -3132934 or 16396752. OLE color: 16396752.

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

Color convert

RGB 208 49 250 -
CMYK 0.17 0.80 0 0.02
HSL 287.46º 0.95% 0.59% -
HSV(B) 287.46º 0.8% 0.98% -
XYZ 44.37 22.51 92.45 -
YUV 119.46 201.68 191.16 -
System Red Green Blue C M Y K H S L
Decimal 208 49 250 0.17 0.80 0 0.02 287.46 0.95 0.59
Hex D0 31 FA 11 50 0 2 11F 5F 3B
Octal 320 61 372 21 120 0 2 437 137 73
Binary 11010000 110001 11111010 10001 1010000 0 10 100011111 1011111 111011

Color Harmonies of #D031FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031FA

Black with #D031FA

Text Example


Text Example

White with #D031FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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