Html Css Color HEX #D31DEA Psychedelic Purple

📋 copy color: '#D31DEA'

red 211 ◦ green 29 ◦ blue 234

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

Shades of Psychedelic Purple #D31DEA

Tints of Psychedelic Purple #D31DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 44.51%
G = 6.12%
B = 49.37%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D31DEA (or 0xD31DEA) is known color: Psychedelic Purple. HEX triplet: D3, 1D and EA. RGB value is (211,29,234). Sum of RGB (Red+Green+Blue) = 211+29+234=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #D31DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31DEA is #2CE215. Grayscale: #6A6A6A. Windows color (decimal): -2941462 or 15343059. OLE color: 15343059.

HSL color Cylindrical-coordinate representation of color #D31DEA: hue angle of 293.27º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31DEA is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 29 234 -
CMYK 0.10 0.88 0 0.08
HSL 293.27º 0.83% 0.52% -
HSV(B) 293.27º 0.88% 0.92% -
XYZ 42.15 20.67 79.61 -
YUV 106.79 199.8 202.33 -
System Red Green Blue C M Y K H S L
Decimal 211 29 234 0.10 0.88 0 0.08 293.27 0.83 0.52
Hex D3 1D EA A 58 0 8 125 53 34
Octal 323 35 352 12 130 0 10 445 123 64
Binary 11010011 11101 11101010 1010 1011000 0 1000 100100101 1010011 110100

Color Harmonies of #D31DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31DEA

Black with #D31DEA

Text Example


Text Example

White with #D31DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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