Html Css Color HEX #D013FE Psychedelic Purple

📋 copy color: '#D013FE'

red 208 ◦ green 19 ◦ blue 254

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

Shades of Psychedelic Purple #D013FE

Tints of Psychedelic Purple #D013FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.81%

R = 43.24%
G = 3.95%
B = 52.81%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D013FE (or 0xD013FE) is known color: Psychedelic Purple. HEX triplet: D0, 13 and FE. RGB value is (208,19,254). Sum of RGB (Red+Green+Blue) = 208+19+254=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 19 (7.81% from 255 or 3.95% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #D013FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D013FE is #2FEC01. Grayscale: #656565. Windows color (decimal): -3140610 or 16651216. OLE color: 16651216.

HSL color Cylindrical-coordinate representation of color #D013FE: hue angle of 288.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D013FE is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 19 254 -
CMYK 0.18 0.93 0 0.00
HSL 288.26º 0.99% 0.54% -
HSV(B) 288.26º 0.93% 1% -
XYZ 44.13 21.03 95.5 -
YUV 102.3 213.62 203.39 -
System Red Green Blue C M Y K H S L
Decimal 208 19 254 0.18 0.93 0 0.00 288.26 0.99 0.54
Hex D0 13 FE 12 5D 0 0 120 63 36
Octal 320 23 376 22 135 0 0 440 143 66
Binary 11010000 10011 11111110 10010 1011101 0 0 100100000 1100011 110110

Color Harmonies of #D013FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D013FE

Black with #D013FE

Text Example


Text Example

White with #D013FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D013FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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