Html Css Color HEX #D11CED Psychedelic Purple

📋 copy color: '#D11CED'

red 209 ◦ green 28 ◦ blue 237

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

Shades of Psychedelic Purple #D11CED

Tints of Psychedelic Purple #D11CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.91%

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

R = 44.09%
G = 5.91%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D11CED (or 0xD11CED) is known color: Psychedelic Purple. HEX triplet: D1, 1C and ED. RGB value is (209,28,237). Sum of RGB (Red+Green+Blue) = 209+28+237=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #D11CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11CED is #2EE312. Grayscale: #696969. Windows color (decimal): -3072787 or 15539409. OLE color: 15539409.

HSL color Cylindrical-coordinate representation of color #D11CED: hue angle of 291.96º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11CED is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 28 237 -
CMYK 0.12 0.88 0 0.07
HSL 291.96º 0.85% 0.52% -
HSV(B) 291.96º 0.88% 0.93% -
XYZ 42 20.5 81.86 -
YUV 105.95 201.97 201.51 -
System Red Green Blue C M Y K H S L
Decimal 209 28 237 0.12 0.88 0 0.07 291.96 0.85 0.52
Hex D1 1C ED C 58 0 7 124 55 34
Octal 321 34 355 14 130 0 7 444 125 64
Binary 11010001 11100 11101101 1100 1011000 0 111 100100100 1010101 110100

Color Harmonies of #D11CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CED

Black with #D11CED

Text Example


Text Example

White with #D11CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CED; }

 p { color: rgb(209,28,237); }

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

background-color css

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

 a { background-color: rgb(209,28,237); }

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

border-color css

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

 span { border-color: rgb(209,28,237); }

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