Html Css Color HEX #D813EA Psychedelic Purple

📋 copy color: '#D813EA'

red 216 ◦ green 19 ◦ blue 234

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

Shades of Psychedelic Purple #D813EA

Tints of Psychedelic Purple #D813EA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.05%

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 46.06%
G = 4.05%
B = 49.89%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D813EA (or 0xD813EA) is known color: Psychedelic Purple. HEX triplet: D8, 13 and EA. RGB value is (216,19,234). Sum of RGB (Red+Green+Blue) = 216+19+234=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #D813EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D813EA is #27EC15. Grayscale: #656565. Windows color (decimal): -2616342 or 15340504. OLE color: 15340504.

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

Color convert

RGB 216 19 234 -
CMYK 0.08 0.92 0 0.08
HSL 294.98º 0.85% 0.5% -
HSV(B) 294.98º 0.92% 0.92% -
XYZ 43.4 21.01 79.61 -
YUV 102.41 202.27 209.02 -
System Red Green Blue C M Y K H S L
Decimal 216 19 234 0.08 0.92 0 0.08 294.98 0.85 0.5
Hex D8 13 EA 8 5C 0 8 127 55 32
Octal 330 23 352 10 134 0 10 447 125 62
Binary 11011000 10011 11101010 1000 1011100 0 1000 100100111 1010101 110010

Color Harmonies of #D813EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D813EA

Black with #D813EA

Text Example


Text Example

White with #D813EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D813EA; }

 p { color: rgb(216,19,234); }

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

background-color css

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

 a { background-color: rgb(216,19,234); }

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

border-color css

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

 span { border-color: rgb(216,19,234); }

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