Html Css Color HEX #D31EEB Psychedelic Purple

📋 copy color: '#D31EEB'

red 211 ◦ green 30 ◦ blue 235

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

Shades of Psychedelic Purple #D31EEB

Tints of Psychedelic Purple #D31EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 44.33%
G = 6.3%
B = 49.37%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D31EEB (or 0xD31EEB) is known color: Psychedelic Purple. HEX triplet: D3, 1E and EB. RGB value is (211,30,235). Sum of RGB (Red+Green+Blue) = 211+30+235=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #D31EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31EEB is #2CE114. Grayscale: #6A6A6A. Windows color (decimal): -2941205 or 15408851. OLE color: 15408851.

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

Color convert

RGB 211 30 235 -
CMYK 0.10 0.87 0 0.08
HSL 292.98º 0.84% 0.52% -
HSV(B) 292.98º 0.87% 0.92% -
XYZ 42.32 20.78 80.38 -
YUV 107.49 199.97 201.83 -
System Red Green Blue C M Y K H S L
Decimal 211 30 235 0.10 0.87 0 0.08 292.98 0.84 0.52
Hex D3 1E EB A 57 0 8 125 54 34
Octal 323 36 353 12 127 0 10 445 124 64
Binary 11010011 11110 11101011 1010 1010111 0 1000 100100101 1010100 110100

Color Harmonies of #D31EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31EEB

Black with #D31EEB

Text Example


Text Example

White with #D31EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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