Html Css Color HEX #D130F3 Psychedelic Purple

📋 copy color: '#D130F3'

red 209 ◦ green 48 ◦ blue 243

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

Shades of Psychedelic Purple #D130F3

Tints of Psychedelic Purple #D130F3

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.6%

 BLUE value IS 243 (95.31% from 255) = 48.6%

R = 41.8%
G = 9.6%
B = 48.6%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D130F3 (or 0xD130F3) is known color: Psychedelic Purple. HEX triplet: D1, 30 and F3. RGB value is (209,48,243). Sum of RGB (Red+Green+Blue) = 209+48+243=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #D130F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D130F3 is #2ECF0C. Grayscale: #757575. Windows color (decimal): -3067661 or 15937745. OLE color: 15937745.

HSL color Cylindrical-coordinate representation of color #D130F3: hue angle of 289.54º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D130F3 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 48 243 -
CMYK 0.14 0.80 0 0.05
HSL 289.54º 0.89% 0.57% -
HSV(B) 289.54º 0.8% 0.95% -
XYZ 43.53 22.14 86.77 -
YUV 118.37 198.34 192.64 -
System Red Green Blue C M Y K H S L
Decimal 209 48 243 0.14 0.80 0 0.05 289.54 0.89 0.57
Hex D1 30 F3 E 50 0 5 122 59 39
Octal 321 60 363 16 120 0 5 442 131 71
Binary 11010001 110000 11110011 1110 1010000 0 101 100100010 1011001 111001

Color Harmonies of #D130F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130F3

Black with #D130F3

Text Example


Text Example

White with #D130F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130F3; }

 p { color: rgb(209,48,243); }

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

background-color css

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

 a { background-color: rgb(209,48,243); }

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

border-color css

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

 span { border-color: rgb(209,48,243); }

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