Html Css Color HEX #D013E9 Psychedelic Purple

📋 copy color: '#D013E9'

red 208 ◦ green 19 ◦ blue 233

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

Shades of Psychedelic Purple #D013E9

Tints of Psychedelic Purple #D013E9

RGB

 RED value IS 208 (81.64% from 255) = 45.22%

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

 BLUE value IS 233 (91.41% from 255) = 50.65%

R = 45.22%
G = 4.13%
B = 50.65%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D013E9 (or 0xD013E9) is known color: Psychedelic Purple. HEX triplet: D0, 13 and E9. RGB value is (208,19,233). Sum of RGB (Red+Green+Blue) = 208+19+233=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 19 (7.81% from 255 or 4.13% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #D013E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D013E9 is #2FEC16. Grayscale: #636363. Windows color (decimal): -3140631 or 15274960. OLE color: 15274960.

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

Color convert

RGB 208 19 233 -
CMYK 0.11 0.92 0 0.09
HSL 292.99º 0.85% 0.49% -
HSV(B) 292.99º 0.92% 0.91% -
XYZ 40.95 19.76 78.75 -
YUV 99.91 203.12 205.1 -
System Red Green Blue C M Y K H S L
Decimal 208 19 233 0.11 0.92 0 0.09 292.99 0.85 0.49
Hex D0 13 E9 B 5C 0 9 125 55 31
Octal 320 23 351 13 134 0 11 445 125 61
Binary 11010000 10011 11101001 1011 1011100 0 1001 100100101 1010101 110001

Color Harmonies of #D013E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D013E9

Black with #D013E9

Text Example


Text Example

White with #D013E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D013E9; }

 p { color: rgb(208,19,233); }

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

background-color css

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

 a { background-color: rgb(208,19,233); }

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

border-color css

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

 span { border-color: rgb(208,19,233); }

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