Html Css Color HEX #D013EF Psychedelic Purple

📋 copy color: '#D013EF'

red 208 ◦ green 19 ◦ blue 239

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

Shades of Psychedelic Purple #D013EF

Tints of Psychedelic Purple #D013EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.29%

R = 44.64%
G = 4.08%
B = 51.29%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D013EF (or 0xD013EF) is known color: Psychedelic Purple. HEX triplet: D0, 13 and EF. RGB value is (208,19,239). Sum of RGB (Red+Green+Blue) = 208+19+239=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #D013EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D013EF is #2FEC10. Grayscale: #636363. Windows color (decimal): -3140625 or 15668176. OLE color: 15668176.

HSL color Cylindrical-coordinate representation of color #D013EF: hue angle of 291.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D013EF is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 19 239 -
CMYK 0.13 0.92 0 0.06
HSL 291.55º 0.87% 0.51% -
HSV(B) 291.55º 0.92% 0.94% -
XYZ 41.83 20.11 83.34 -
YUV 100.59 206.12 204.61 -
System Red Green Blue C M Y K H S L
Decimal 208 19 239 0.13 0.92 0 0.06 291.55 0.87 0.51
Hex D0 13 EF D 5C 0 6 124 57 33
Octal 320 23 357 15 134 0 6 444 127 63
Binary 11010000 10011 11101111 1101 1011100 0 110 100100100 1010111 110011

Color Harmonies of #D013EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D013EF

Black with #D013EF

Text Example


Text Example

White with #D013EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D013EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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