Html Css Color HEX #D11EFD Psychedelic Purple

📋 copy color: '#D11EFD'

red 209 ◦ green 30 ◦ blue 253

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

Shades of Psychedelic Purple #D11EFD

Tints of Psychedelic Purple #D11EFD

RGB

 RED value IS 209 (82.03% from 255) = 42.48%

 GREEN value IS 30 (12.11% from 255) = 6.1%

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 42.48%
G = 6.1%
B = 51.42%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D11EFD (or 0xD11EFD) is known color: Psychedelic Purple. HEX triplet: D1, 1E and FD. RGB value is (209,30,253). Sum of RGB (Red+Green+Blue) = 209+30+253=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 30 (12.11% from 255 or 6.10% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #D11EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11EFD is #2EE102. Grayscale: #6C6C6C. Windows color (decimal): -3072259 or 16588497. OLE color: 16588497.

HSL color Cylindrical-coordinate representation of color #D11EFD: hue angle of 288.16º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11EFD is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 30 253 -
CMYK 0.17 0.88 0 0.01
HSL 288.16º 0.98% 0.55% -
HSV(B) 288.16º 0.88% 0.99% -
XYZ 44.49 21.58 94.75 -
YUV 108.94 209.3 199.37 -
System Red Green Blue C M Y K H S L
Decimal 209 30 253 0.17 0.88 0 0.01 288.16 0.98 0.55
Hex D1 1E FD 11 58 0 1 120 62 37
Octal 321 36 375 21 130 0 1 440 142 67
Binary 11010001 11110 11111101 10001 1011000 0 1 100100000 1100010 110111

Color Harmonies of #D11EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11EFD

Black with #D11EFD

Text Example


Text Example

White with #D11EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11EFD; }

 p { color: rgb(209,30,253); }

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

background-color css

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

 a { background-color: rgb(209,30,253); }

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

border-color css

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

 span { border-color: rgb(209,30,253); }

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