Html Css Color HEX #D31CEE Psychedelic Purple

📋 copy color: '#D31CEE'

red 211 ◦ green 28 ◦ blue 238

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

Shades of Psychedelic Purple #D31CEE

Tints of Psychedelic Purple #D31CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.87%

 BLUE value IS 238 (93.36% from 255) = 49.9%

R = 44.23%
G = 5.87%
B = 49.9%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D31CEE (or 0xD31CEE) is known color: Psychedelic Purple. HEX triplet: D3, 1C and EE. RGB value is (211,28,238). Sum of RGB (Red+Green+Blue) = 211+28+238=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #D31CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31CEE is #2CE311. Grayscale: #6A6A6A. Windows color (decimal): -2941714 or 15604947. OLE color: 15604947.

HSL color Cylindrical-coordinate representation of color #D31CEE: hue angle of 292.29º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31CEE is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 28 238 -
CMYK 0.11 0.88 0 0.07
HSL 292.29º 0.86% 0.52% -
HSV(B) 292.29º 0.88% 0.93% -
XYZ 42.71 20.85 82.66 -
YUV 106.66 202.13 202.42 -
System Red Green Blue C M Y K H S L
Decimal 211 28 238 0.11 0.88 0 0.07 292.29 0.86 0.52
Hex D3 1C EE B 58 0 7 124 56 34
Octal 323 34 356 13 130 0 7 444 126 64
Binary 11010011 11100 11101110 1011 1011000 0 111 100100100 1010110 110100

Color Harmonies of #D31CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31CEE

Black with #D31CEE

Text Example


Text Example

White with #D31CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31CEE; }

 p { color: rgb(211,28,238); }

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

background-color css

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

 a { background-color: rgb(211,28,238); }

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

border-color css

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

 span { border-color: rgb(211,28,238); }

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