Html Css Color HEX #D511ED Psychedelic Purple

📋 copy color: '#D511ED'

red 213 ◦ green 17 ◦ blue 237

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

Shades of Psychedelic Purple #D511ED

Tints of Psychedelic Purple #D511ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.75%

R = 45.61%
G = 3.64%
B = 50.75%

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

#D511ED (or 0xD511ED) is known color: Psychedelic Purple. HEX triplet: D5, 11 and ED. RGB value is (213,17,237). Sum of RGB (Red+Green+Blue) = 213+17+237=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #D511ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D511ED is #2AEE12. Grayscale: #646464. Windows color (decimal): -2813459 or 15536597. OLE color: 15536597.

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

Color convert

RGB 213 17 237 -
CMYK 0.10 0.93 0 0.07
HSL 293.45º 0.87% 0.5% -
HSV(B) 293.45º 0.93% 0.93% -
XYZ 42.93 20.66 81.85 -
YUV 100.68 204.93 208.11 -
System Red Green Blue C M Y K H S L
Decimal 213 17 237 0.10 0.93 0 0.07 293.45 0.87 0.5
Hex D5 11 ED A 5D 0 7 125 57 32
Octal 325 21 355 12 135 0 7 445 127 62
Binary 11010101 10001 11101101 1010 1011101 0 111 100100101 1010111 110010

Color Harmonies of #D511ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D511ED

Black with #D511ED

Text Example


Text Example

White with #D511ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D511ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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