Html Css Color HEX #D31EFD Psychedelic Purple

📋 copy color: '#D31EFD'

red 211 ◦ green 30 ◦ blue 253

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

Shades of Psychedelic Purple #D31EFD

Tints of Psychedelic Purple #D31EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.07%

 BLUE value IS 253 (99.22% from 255) = 51.21%

R = 42.71%
G = 6.07%
B = 51.21%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D31EFD (or 0xD31EFD) is known color: Psychedelic Purple. HEX triplet: D3, 1E and FD. RGB value is (211,30,253). Sum of RGB (Red+Green+Blue) = 211+30+253=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 30 (12.11% from 255 or 6.07% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #D31EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31EFD is #2CE102. Grayscale: #6C6C6C. Windows color (decimal): -2941187 or 16588499. OLE color: 16588499.

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

Color convert

RGB 211 30 253 -
CMYK 0.17 0.88 0 0.01
HSL 288.7º 0.98% 0.55% -
HSV(B) 288.7º 0.88% 0.99% -
XYZ 45.06 21.87 94.77 -
YUV 109.54 208.97 200.37 -
System Red Green Blue C M Y K H S L
Decimal 211 30 253 0.17 0.88 0 0.01 288.7 0.98 0.55
Hex D3 1E FD 11 58 0 1 121 62 37
Octal 323 36 375 21 130 0 1 441 142 67
Binary 11010011 11110 11111101 10001 1011000 0 1 100100001 1100010 110111

Color Harmonies of #D31EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31EFD

Black with #D31EFD

Text Example


Text Example

White with #D31EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31EFD; }

 p { color: rgb(211,30,253); }

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

background-color css

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

 a { background-color: rgb(211,30,253); }

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

border-color css

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

 span { border-color: rgb(211,30,253); }

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