Html Css Color HEX #D013FA Psychedelic Purple

📋 copy color: '#D013FA'

red 208 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #D013FA

Tints of Psychedelic Purple #D013FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 43.61%
G = 3.98%
B = 52.41%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D013FA (or 0xD013FA) is known color: Psychedelic Purple. HEX triplet: D0, 13 and FA. RGB value is (208,19,250). Sum of RGB (Red+Green+Blue) = 208+19+250=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 19 (7.81% from 255 or 3.98% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #D013FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D013FA is #2FEC05. Grayscale: #656565. Windows color (decimal): -3140614 or 16389072. OLE color: 16389072.

HSL color Cylindrical-coordinate representation of color #D013FA: hue angle of 289.09º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D013FA is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 19 250 -
CMYK 0.17 0.92 0 0.02
HSL 289.09º 0.96% 0.53% -
HSV(B) 289.09º 0.92% 0.98% -
XYZ 43.5 20.78 92.16 -
YUV 101.85 211.62 203.72 -
System Red Green Blue C M Y K H S L
Decimal 208 19 250 0.17 0.92 0 0.02 289.09 0.96 0.53
Hex D0 13 FA 11 5C 0 2 121 60 35
Octal 320 23 372 21 134 0 2 441 140 65
Binary 11010000 10011 11111010 10001 1011100 0 10 100100001 1100000 110101

Color Harmonies of #D013FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D013FA

Black with #D013FA

Text Example


Text Example

White with #D013FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D013FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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