Html Css Color HEX #D11CE8 Psychedelic Purple

📋 copy color: '#D11CE8'

red 209 ◦ green 28 ◦ blue 232

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

Shades of Psychedelic Purple #D11CE8

Tints of Psychedelic Purple #D11CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.47%

R = 44.56%
G = 5.97%
B = 49.47%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D11CE8 (or 0xD11CE8) is known color: Psychedelic Purple. HEX triplet: D1, 1C and E8. RGB value is (209,28,232). Sum of RGB (Red+Green+Blue) = 209+28+232=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #D11CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11CE8 is #2EE317. Grayscale: #686868. Windows color (decimal): -3072792 or 15211729. OLE color: 15211729.

HSL color Cylindrical-coordinate representation of color #D11CE8: hue angle of 293.24º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11CE8 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 28 232 -
CMYK 0.10 0.88 0 0.09
HSL 293.24º 0.82% 0.51% -
HSV(B) 293.24º 0.88% 0.91% -
XYZ 41.28 20.21 78.07 -
YUV 105.38 199.47 201.91 -
System Red Green Blue C M Y K H S L
Decimal 209 28 232 0.10 0.88 0 0.09 293.24 0.82 0.51
Hex D1 1C E8 A 58 0 9 125 52 33
Octal 321 34 350 12 130 0 11 445 122 63
Binary 11010001 11100 11101000 1010 1011000 0 1001 100100101 1010010 110011

Color Harmonies of #D11CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CE8

Black with #D11CE8

Text Example


Text Example

White with #D11CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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