Html Css Color HEX #D61EEE Psychedelic Purple

📋 copy color: '#D61EEE'

red 214 ◦ green 30 ◦ blue 238

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

Shades of Psychedelic Purple #D61EEE

Tints of Psychedelic Purple #D61EEE

RGB

 RED value IS 214 (83.98% from 255) = 44.4%

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

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

R = 44.4%
G = 6.22%
B = 49.38%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D61EEE (or 0xD61EEE) is known color: Psychedelic Purple. HEX triplet: D6, 1E and EE. RGB value is (214,30,238). Sum of RGB (Red+Green+Blue) = 214+30+238=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #D61EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61EEE is #29E111. Grayscale: #6C6C6C. Windows color (decimal): -2744594 or 15605462. OLE color: 15605462.

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

Color convert

RGB 214 30 238 -
CMYK 0.10 0.87 0 0.07
HSL 293.08º 0.86% 0.53% -
HSV(B) 293.08º 0.87% 0.93% -
XYZ 43.63 21.4 82.72 -
YUV 108.73 200.96 203.09 -
System Red Green Blue C M Y K H S L
Decimal 214 30 238 0.10 0.87 0 0.07 293.08 0.86 0.53
Hex D6 1E EE A 57 0 7 125 56 35
Octal 326 36 356 12 127 0 7 445 126 65
Binary 11010110 11110 11101110 1010 1010111 0 111 100100101 1010110 110101

Color Harmonies of #D61EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EEE

Black with #D61EEE

Text Example


Text Example

White with #D61EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EEE; }

 p { color: rgb(214,30,238); }

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

background-color css

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

 a { background-color: rgb(214,30,238); }

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

border-color css

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

 span { border-color: rgb(214,30,238); }

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