Html Css Color HEX #D61AEC Psychedelic Purple

📋 copy color: '#D61AEC'

red 214 ◦ green 26 ◦ blue 236

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

Shades of Psychedelic Purple #D61AEC

Tints of Psychedelic Purple #D61AEC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.46%

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 44.96%
G = 5.46%
B = 49.58%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D61AEC (or 0xD61AEC) is known color: Psychedelic Purple. HEX triplet: D6, 1A and EC. RGB value is (214,26,236). Sum of RGB (Red+Green+Blue) = 214+26+236=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #D61AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61AEC is #29E513. Grayscale: #696969. Windows color (decimal): -2745620 or 15473366. OLE color: 15473366.

HSL color Cylindrical-coordinate representation of color #D61AEC: hue angle of 293.71º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61AEC is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 26 236 -
CMYK 0.09 0.89 0 0.07
HSL 293.71º 0.85% 0.51% -
HSV(B) 293.71º 0.89% 0.93% -
XYZ 43.24 21.09 81.15 -
YUV 106.15 201.28 204.92 -
System Red Green Blue C M Y K H S L
Decimal 214 26 236 0.09 0.89 0 0.07 293.71 0.85 0.51
Hex D6 1A EC 9 59 0 7 126 55 33
Octal 326 32 354 11 131 0 7 446 125 63
Binary 11010110 11010 11101100 1001 1011001 0 111 100100110 1010101 110011

Color Harmonies of #D61AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AEC

Black with #D61AEC

Text Example


Text Example

White with #D61AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AEC; }

 p { color: rgb(214,26,236); }

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

background-color css

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

 a { background-color: rgb(214,26,236); }

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

border-color css

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

 span { border-color: rgb(214,26,236); }

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