Html Css Color HEX #D711EB Psychedelic Purple

📋 copy color: '#D711EB'

red 215 ◦ green 17 ◦ blue 235

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

Shades of Psychedelic Purple #D711EB

Tints of Psychedelic Purple #D711EB

RGB

 RED value IS 215 (84.38% from 255) = 46.04%

 GREEN value IS 17 (7.03% from 255) = 3.64%

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 46.04%
G = 3.64%
B = 50.32%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D711EB (or 0xD711EB) is known color: Psychedelic Purple. HEX triplet: D7, 11 and EB. RGB value is (215,17,235). Sum of RGB (Red+Green+Blue) = 215+17+235=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #D711EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D711EB is #28EE14. Grayscale: #646464. Windows color (decimal): -2682389 or 15405527. OLE color: 15405527.

HSL color Cylindrical-coordinate representation of color #D711EB: hue angle of 294.5º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D711EB is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 17 235 -
CMYK 0.09 0.93 0 0.08
HSL 294.5º 0.87% 0.49% -
HSV(B) 294.5º 0.93% 0.92% -
XYZ 43.22 20.85 80.34 -
YUV 101.05 203.6 209.27 -
System Red Green Blue C M Y K H S L
Decimal 215 17 235 0.09 0.93 0 0.08 294.5 0.87 0.49
Hex D7 11 EB 9 5D 0 8 126 57 31
Octal 327 21 353 11 135 0 10 446 127 61
Binary 11010111 10001 11101011 1001 1011101 0 1000 100100110 1010111 110001

Color Harmonies of #D711EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D711EB

Black with #D711EB

Text Example


Text Example

White with #D711EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D711EB; }

 p { color: rgb(215,17,235); }

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

background-color css

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

 a { background-color: rgb(215,17,235); }

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

border-color css

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

 span { border-color: rgb(215,17,235); }

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