Html Css Color HEX #D031FF Psychedelic Purple

📋 copy color: '#D031FF'

red 208 ◦ green 49 ◦ blue 255

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

Shades of Psychedelic Purple #D031FF

Tints of Psychedelic Purple #D031FF

RGB

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

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

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

R = 40.63%
G = 9.57%
B = 49.8%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D031FF (or 0xD031FF) is known color: Psychedelic Purple. HEX triplet: D0, 31 and FF. RGB value is (208,49,255). Sum of RGB (Red+Green+Blue) = 208+49+255=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #D031FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D031FF is #2FCE00. Grayscale: #777777. Windows color (decimal): -3132929 or 16724432. OLE color: 16724432.

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

Color convert

RGB 208 49 255 -
CMYK 0.18 0.81 0 0
HSL 286.31º 1% 0.6% -
HSV(B) 286.31º 0.81% 1% -
XYZ 45.16 22.83 96.63 -
YUV 120.03 204.18 190.75 -
System Red Green Blue C M Y K H S L
Decimal 208 49 255 0.18 0.81 0 0 286.31 1 0.6
Hex D0 31 FF 12 51 0 0 11E 64 3C
Octal 320 61 377 22 121 0 0 436 144 74
Binary 11010000 110001 11111111 10010 1010001 0 0 100011110 1100100 111100

Color Harmonies of #D031FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031FF

Black with #D031FF

Text Example


Text Example

White with #D031FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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