Html Css Color HEX #D112FD Psychedelic Purple

📋 copy color: '#D112FD'

red 209 ◦ green 18 ◦ blue 253

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

Shades of Psychedelic Purple #D112FD

Tints of Psychedelic Purple #D112FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.75%

 BLUE value IS 253 (99.22% from 255) = 52.71%

R = 43.54%
G = 3.75%
B = 52.71%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D112FD (or 0xD112FD) is known color: Psychedelic Purple. HEX triplet: D1, 12 and FD. RGB value is (209,18,253). Sum of RGB (Red+Green+Blue) = 209+18+253=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #D112FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D112FD is #2EED02. Grayscale: #656565. Windows color (decimal): -3075331 or 16585425. OLE color: 16585425.

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

Color convert

RGB 209 18 253 -
CMYK 0.17 0.93 0 0.01
HSL 288.77º 0.98% 0.53% -
HSV(B) 288.77º 0.93% 0.99% -
XYZ 44.24 21.08 94.67 -
YUV 101.9 213.28 204.39 -
System Red Green Blue C M Y K H S L
Decimal 209 18 253 0.17 0.93 0 0.01 288.77 0.98 0.53
Hex D1 12 FD 11 5D 0 1 121 62 35
Octal 321 22 375 21 135 0 1 441 142 65
Binary 11010001 10010 11111101 10001 1011101 0 1 100100001 1100010 110101

Color Harmonies of #D112FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D112FD

Black with #D112FD

Text Example


Text Example

White with #D112FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D112FD; }

 p { color: rgb(209,18,253); }

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

background-color css

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

 a { background-color: rgb(209,18,253); }

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

border-color css

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

 span { border-color: rgb(209,18,253); }

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