Html Css Color HEX #D511EF Psychedelic Purple

📋 copy color: '#D511EF'

red 213 ◦ green 17 ◦ blue 239

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

Shades of Psychedelic Purple #D511EF

Tints of Psychedelic Purple #D511EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 45.42%
G = 3.62%
B = 50.96%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D511EF (or 0xD511EF) is known color: Psychedelic Purple. HEX triplet: D5, 11 and EF. RGB value is (213,17,239). Sum of RGB (Red+Green+Blue) = 213+17+239=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #D511EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D511EF is #2AEE10. Grayscale: #646464. Windows color (decimal): -2813457 or 15667669. OLE color: 15667669.

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

Color convert

RGB 213 17 239 -
CMYK 0.11 0.93 0 0.06
HSL 292.97º 0.87% 0.5% -
HSV(B) 292.97º 0.93% 0.94% -
XYZ 43.22 20.78 83.39 -
YUV 100.91 205.93 207.95 -
System Red Green Blue C M Y K H S L
Decimal 213 17 239 0.11 0.93 0 0.06 292.97 0.87 0.5
Hex D5 11 EF B 5D 0 6 125 57 32
Octal 325 21 357 13 135 0 6 445 127 62
Binary 11010101 10001 11101111 1011 1011101 0 110 100100101 1010111 110010

Color Harmonies of #D511EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D511EF

Black with #D511EF

Text Example


Text Example

White with #D511EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D511EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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