Html Css Color HEX #D812ED Psychedelic Purple

📋 copy color: '#D812ED'

red 216 ◦ green 18 ◦ blue 237

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

Shades of Psychedelic Purple #D812ED

Tints of Psychedelic Purple #D812ED

RGB

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

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

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

R = 45.86%
G = 3.82%
B = 50.32%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D812ED (or 0xD812ED) is known color: Psychedelic Purple. HEX triplet: D8, 12 and ED. RGB value is (216,18,237). Sum of RGB (Red+Green+Blue) = 216+18+237=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #D812ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D812ED is #27ED12. Grayscale: #656565. Windows color (decimal): -2616595 or 15536856. OLE color: 15536856.

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

Color convert

RGB 216 18 237 -
CMYK 0.09 0.92 0 0.07
HSL 294.25º 0.86% 0.5% -
HSV(B) 294.25º 0.92% 0.93% -
XYZ 43.82 21.15 81.89 -
YUV 102.17 204.1 209.19 -
System Red Green Blue C M Y K H S L
Decimal 216 18 237 0.09 0.92 0 0.07 294.25 0.86 0.5
Hex D8 12 ED 9 5C 0 7 126 56 32
Octal 330 22 355 11 134 0 7 446 126 62
Binary 11011000 10010 11101101 1001 1011100 0 111 100100110 1010110 110010

Color Harmonies of #D812ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D812ED

Black with #D812ED

Text Example


Text Example

White with #D812ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D812ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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