Html Css Color HEX #D812E6 Psychedelic Purple

📋 copy color: '#D812E6'

red 216 ◦ green 18 ◦ blue 230

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

Shades of Psychedelic Purple #D812E6

Tints of Psychedelic Purple #D812E6

RGB

 RED value IS 216 (84.77% from 255) = 46.55%

 GREEN value IS 18 (7.42% from 255) = 3.88%

 BLUE value IS 230 (90.23% from 255) = 49.57%

R = 46.55%
G = 3.88%
B = 49.57%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D812E6 (or 0xD812E6) is known color: Psychedelic Purple. HEX triplet: D8, 12 and E6. RGB value is (216,18,230). Sum of RGB (Red+Green+Blue) = 216+18+230=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #D812E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D812E6 is #27ED19. Grayscale: #646464. Windows color (decimal): -2616602 or 15078104. OLE color: 15078104.

HSL color Cylindrical-coordinate representation of color #D812E6: hue angle of 296.04º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D812E6 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 18 230 -
CMYK 0.06 0.92 0 0.10
HSL 296.04º 0.85% 0.49% -
HSV(B) 296.04º 0.92% 0.9% -
XYZ 42.82 20.74 76.61 -
YUV 101.37 200.6 209.76 -
System Red Green Blue C M Y K H S L
Decimal 216 18 230 0.06 0.92 0 0.10 296.04 0.85 0.49
Hex D8 12 E6 6 5C 0 A 128 55 31
Octal 330 22 346 6 134 0 12 450 125 61
Binary 11011000 10010 11100110 110 1011100 0 1010 100101000 1010101 110001

Color Harmonies of #D812E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D812E6

Black with #D812E6

Text Example


Text Example

White with #D812E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D812E6; }

 p { color: rgb(216,18,230); }

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

background-color css

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

 a { background-color: rgb(216,18,230); }

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

border-color css

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

 span { border-color: rgb(216,18,230); }

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