Html Css Color HEX #D113FF Psychedelic Purple

📋 copy color: '#D113FF'

red 209 ◦ green 19 ◦ blue 255

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

Shades of Psychedelic Purple #D113FF

Tints of Psychedelic Purple #D113FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.8%

R = 43.27%
G = 3.93%
B = 52.8%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D113FF (or 0xD113FF) is known color: Psychedelic Purple. HEX triplet: D1, 13 and FF. RGB value is (209,19,255). Sum of RGB (Red+Green+Blue) = 209+19+255=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 19 (7.81% from 255 or 3.93% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #D113FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D113FF is #2EEC00. Grayscale: #656565. Windows color (decimal): -3075073 or 16716753. OLE color: 16716753.

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

Color convert

RGB 209 19 255 -
CMYK 0.18 0.93 0 0
HSL 288.31º 1% 0.54% -
HSV(B) 288.31º 0.93% 1% -
XYZ 44.58 21.24 96.36 -
YUV 102.71 213.95 203.81 -
System Red Green Blue C M Y K H S L
Decimal 209 19 255 0.18 0.93 0 0 288.31 1 0.54
Hex D1 13 FF 12 5D 0 0 120 64 36
Octal 321 23 377 22 135 0 0 440 144 66
Binary 11010001 10011 11111111 10010 1011101 0 0 100100000 1100100 110110

Color Harmonies of #D113FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D113FF

Black with #D113FF

Text Example


Text Example

White with #D113FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D113FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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