Html Css Color HEX #D31DF3 Psychedelic Purple

📋 copy color: '#D31DF3'

red 211 ◦ green 29 ◦ blue 243

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

Shades of Psychedelic Purple #D31DF3

Tints of Psychedelic Purple #D31DF3

RGB

 RED value IS 211 (82.81% from 255) = 43.69%

 GREEN value IS 29 (11.72% from 255) = 6%

 BLUE value IS 243 (95.31% from 255) = 50.31%

R = 43.69%
G = 6%
B = 50.31%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D31DF3 (or 0xD31DF3) is known color: Psychedelic Purple. HEX triplet: D3, 1D and F3. RGB value is (211,29,243). Sum of RGB (Red+Green+Blue) = 211+29+243=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 29 (11.72% from 255 or 6.00% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #D31DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31DF3 is #2CE20C. Grayscale: #6B6B6B. Windows color (decimal): -2941453 or 15932883. OLE color: 15932883.

HSL color Cylindrical-coordinate representation of color #D31DF3: hue angle of 291.03º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31DF3 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 29 243 -
CMYK 0.13 0.88 0 0.05
HSL 291.03º 0.9% 0.53% -
HSV(B) 291.03º 0.88% 0.95% -
XYZ 43.48 21.2 86.59 -
YUV 107.81 204.3 201.6 -
System Red Green Blue C M Y K H S L
Decimal 211 29 243 0.13 0.88 0 0.05 291.03 0.9 0.53
Hex D3 1D F3 D 58 0 5 123 5A 35
Octal 323 35 363 15 130 0 5 443 132 65
Binary 11010011 11101 11110011 1101 1011000 0 101 100100011 1011010 110101

Color Harmonies of #D31DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31DF3

Black with #D31DF3

Text Example


Text Example

White with #D31DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31DF3; }

 p { color: rgb(211,29,243); }

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

background-color css

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

 a { background-color: rgb(211,29,243); }

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

border-color css

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

 span { border-color: rgb(211,29,243); }

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