Html Css Color HEX #D61DEE Psychedelic Purple

📋 copy color: '#D61DEE'

red 214 ◦ green 29 ◦ blue 238

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

Shades of Psychedelic Purple #D61DEE

Tints of Psychedelic Purple #D61DEE

RGB

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

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

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

R = 44.49%
G = 6.03%
B = 49.48%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D61DEE (or 0xD61DEE) is known color: Psychedelic Purple. HEX triplet: D6, 1D and EE. RGB value is (214,29,238). Sum of RGB (Red+Green+Blue) = 214+29+238=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 29 (11.72% from 255 or 6.03% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #D61DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61DEE is #29E211. Grayscale: #6B6B6B. Windows color (decimal): -2744850 or 15605206. OLE color: 15605206.

HSL color Cylindrical-coordinate representation of color #D61DEE: hue angle of 293.11º 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 #D61DEE is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 29 238 -
CMYK 0.10 0.88 0 0.07
HSL 293.11º 0.86% 0.52% -
HSV(B) 293.11º 0.88% 0.93% -
XYZ 43.6 21.35 82.71 -
YUV 108.14 201.29 203.51 -
System Red Green Blue C M Y K H S L
Decimal 214 29 238 0.10 0.88 0 0.07 293.11 0.86 0.52
Hex D6 1D EE A 58 0 7 125 56 34
Octal 326 35 356 12 130 0 7 445 126 64
Binary 11010110 11101 11101110 1010 1011000 0 111 100100101 1010110 110100

Color Harmonies of #D61DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61DEE

Black with #D61DEE

Text Example


Text Example

White with #D61DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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