Html Css Color HEX #D11CEF Psychedelic Purple

📋 copy color: '#D11CEF'

red 209 ◦ green 28 ◦ blue 239

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

Shades of Psychedelic Purple #D11CEF

Tints of Psychedelic Purple #D11CEF

RGB

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

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

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

R = 43.91%
G = 5.88%
B = 50.21%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D11CEF (or 0xD11CEF) is known color: Psychedelic Purple. HEX triplet: D1, 1C and EF. RGB value is (209,28,239). Sum of RGB (Red+Green+Blue) = 209+28+239=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #D11CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11CEF is #2EE310. Grayscale: #696969. Windows color (decimal): -3072785 or 15670481. OLE color: 15670481.

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

Color convert

RGB 209 28 239 -
CMYK 0.13 0.88 0 0.06
HSL 291.47º 0.87% 0.52% -
HSV(B) 291.47º 0.88% 0.94% -
XYZ 42.29 20.62 83.41 -
YUV 106.17 202.97 201.34 -
System Red Green Blue C M Y K H S L
Decimal 209 28 239 0.13 0.88 0 0.06 291.47 0.87 0.52
Hex D1 1C EF D 58 0 6 123 57 34
Octal 321 34 357 15 130 0 6 443 127 64
Binary 11010001 11100 11101111 1101 1011000 0 110 100100011 1010111 110100

Color Harmonies of #D11CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CEF

Black with #D11CEF

Text Example


Text Example

White with #D11CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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