Html Css Color HEX #D113F4 Psychedelic Purple

📋 copy color: '#D113F4'

red 209 ◦ green 19 ◦ blue 244

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

Shades of Psychedelic Purple #D113F4

Tints of Psychedelic Purple #D113F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 51.69%

R = 44.28%
G = 4.03%
B = 51.69%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D113F4 (or 0xD113F4) is known color: Psychedelic Purple. HEX triplet: D1, 13 and F4. RGB value is (209,19,244). Sum of RGB (Red+Green+Blue) = 209+19+244=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 244 (95.70% from 255 or 51.69% from 472); Max value from RGB is 244 - color contains mainly: blue. Hex color #D113F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D113F4 is #2EEC0B. Grayscale: #646464. Windows color (decimal): -3075084 or 15995857. OLE color: 15995857.

HSL color Cylindrical-coordinate representation of color #D113F4: hue angle of 290.67º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D113F4 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 19 244 -
CMYK 0.14 0.92 0 0.04
HSL 290.67º 0.91% 0.52% -
HSV(B) 290.67º 0.92% 0.96% -
XYZ 42.86 20.55 87.3 -
YUV 101.46 208.45 204.7 -
System Red Green Blue C M Y K H S L
Decimal 209 19 244 0.14 0.92 0 0.04 290.67 0.91 0.52
Hex D1 13 F4 E 5C 0 4 123 5B 34
Octal 321 23 364 16 134 0 4 443 133 64
Binary 11010001 10011 11110100 1110 1011100 0 100 100100011 1011011 110100

Color Harmonies of #D113F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D113F4

Black with #D113F4

Text Example


Text Example

White with #D113F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D113F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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