Html Css Color HEX #D31DF9 Psychedelic Purple

📋 copy color: '#D31DF9'

red 211 ◦ green 29 ◦ blue 249

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

Shades of Psychedelic Purple #D31DF9

Tints of Psychedelic Purple #D31DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.92%

R = 43.15%
G = 5.93%
B = 50.92%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D31DF9 (or 0xD31DF9) is known color: Psychedelic Purple. HEX triplet: D3, 1D and F9. RGB value is (211,29,249). Sum of RGB (Red+Green+Blue) = 211+29+249=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 29 (11.72% from 255 or 5.93% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #D31DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31DF9 is #2CE206. Grayscale: #6B6B6B. Windows color (decimal): -2941447 or 16326099. OLE color: 16326099.

HSL color Cylindrical-coordinate representation of color #D31DF9: hue angle of 289.64º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31DF9 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 29 249 -
CMYK 0.15 0.88 0 0.02
HSL 289.64º 0.95% 0.55% -
HSV(B) 289.64º 0.88% 0.98% -
XYZ 44.4 21.57 91.45 -
YUV 108.5 207.3 201.11 -
System Red Green Blue C M Y K H S L
Decimal 211 29 249 0.15 0.88 0 0.02 289.64 0.95 0.55
Hex D3 1D F9 F 58 0 2 122 5F 37
Octal 323 35 371 17 130 0 2 442 137 67
Binary 11010011 11101 11111001 1111 1011000 0 10 100100010 1011111 110111

Color Harmonies of #D31DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31DF9

Black with #D31DF9

Text Example


Text Example

White with #D31DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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