Html Css Color HEX #D511EC Psychedelic Purple

📋 copy color: '#D511EC'

red 213 ◦ green 17 ◦ blue 236

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

Shades of Psychedelic Purple #D511EC

Tints of Psychedelic Purple #D511EC

RGB

 RED value IS 213 (83.59% from 255) = 45.71%

 GREEN value IS 17 (7.03% from 255) = 3.65%

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

R = 45.71%
G = 3.65%
B = 50.64%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D511EC (or 0xD511EC) is known color: Psychedelic Purple. HEX triplet: D5, 11 and EC. RGB value is (213,17,236). Sum of RGB (Red+Green+Blue) = 213+17+236=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 17 (7.03% from 255 or 3.65% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #D511EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D511EC is #2AEE13. Grayscale: #636363. Windows color (decimal): -2813460 or 15471061. OLE color: 15471061.

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

Color convert

RGB 213 17 236 -
CMYK 0.10 0.93 0 0.07
HSL 293.7º 0.87% 0.5% -
HSV(B) 293.7º 0.93% 0.93% -
XYZ 42.78 20.6 81.08 -
YUV 100.57 204.43 208.19 -
System Red Green Blue C M Y K H S L
Decimal 213 17 236 0.10 0.93 0 0.07 293.7 0.87 0.5
Hex D5 11 EC A 5D 0 7 126 57 32
Octal 325 21 354 12 135 0 7 446 127 62
Binary 11010101 10001 11101100 1010 1011101 0 111 100100110 1010111 110010

Color Harmonies of #D511EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D511EC

Black with #D511EC

Text Example


Text Example

White with #D511EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D511EC; }

 p { color: rgb(213,17,236); }

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

background-color css

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

 a { background-color: rgb(213,17,236); }

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

border-color css

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

 span { border-color: rgb(213,17,236); }

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