Html Css Color HEX #D11DFD Psychedelic Purple

📋 copy color: '#D11DFD'

red 209 ◦ green 29 ◦ blue 253

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

Shades of Psychedelic Purple #D11DFD

Tints of Psychedelic Purple #D11DFD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.91%

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

R = 42.57%
G = 5.91%
B = 51.53%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D11DFD (or 0xD11DFD) is known color: Psychedelic Purple. HEX triplet: D1, 1D and FD. RGB value is (209,29,253). Sum of RGB (Red+Green+Blue) = 209+29+253=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 29 (11.72% from 255 or 5.91% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #D11DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11DFD is #2EE202. Grayscale: #6B6B6B. Windows color (decimal): -3072515 or 16588241. OLE color: 16588241.

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

Color convert

RGB 209 29 253 -
CMYK 0.17 0.89 0 0.01
HSL 288.21º 0.98% 0.55% -
HSV(B) 288.21º 0.89% 0.99% -
XYZ 44.46 21.53 94.74 -
YUV 108.36 209.63 199.79 -
System Red Green Blue C M Y K H S L
Decimal 209 29 253 0.17 0.89 0 0.01 288.21 0.98 0.55
Hex D1 1D FD 11 59 0 1 120 62 37
Octal 321 35 375 21 131 0 1 440 142 67
Binary 11010001 11101 11111101 10001 1011001 0 1 100100000 1100010 110111

Color Harmonies of #D11DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11DFD

Black with #D11DFD

Text Example


Text Example

White with #D11DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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