Html Css Color HEX #D113FA Psychedelic Purple

📋 copy color: '#D113FA'

red 209 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #D113FA

Tints of Psychedelic Purple #D113FA

RGB

 RED value IS 209 (82.03% from 255) = 43.72%

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

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

R = 43.72%
G = 3.97%
B = 52.3%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D113FA (or 0xD113FA) is known color: Psychedelic Purple. HEX triplet: D1, 13 and FA. RGB value is (209,19,250). Sum of RGB (Red+Green+Blue) = 209+19+250=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 19 (7.81% from 255 or 3.97% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #D113FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D113FA is #2EEC05. Grayscale: #656565. Windows color (decimal): -3075078 or 16389073. OLE color: 16389073.

HSL color Cylindrical-coordinate representation of color #D113FA: hue angle of 289.35º 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 #D113FA is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 19 250 -
CMYK 0.16 0.92 0 0.02
HSL 289.35º 0.96% 0.53% -
HSV(B) 289.35º 0.92% 0.98% -
XYZ 43.78 20.92 92.17 -
YUV 102.14 211.45 204.22 -
System Red Green Blue C M Y K H S L
Decimal 209 19 250 0.16 0.92 0 0.02 289.35 0.96 0.53
Hex D1 13 FA 10 5C 0 2 121 60 35
Octal 321 23 372 20 134 0 2 441 140 65
Binary 11010001 10011 11111010 10000 1011100 0 10 100100001 1100000 110101

Color Harmonies of #D113FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D113FA

Black with #D113FA

Text Example


Text Example

White with #D113FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D113FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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