Html Css Color HEX #D130F9 Psychedelic Purple

📋 copy color: '#D130F9'

red 209 ◦ green 48 ◦ blue 249

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

Shades of Psychedelic Purple #D130F9

Tints of Psychedelic Purple #D130F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 41.3%
G = 9.49%
B = 49.21%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D130F9 (or 0xD130F9) is known color: Psychedelic Purple. HEX triplet: D1, 30 and F9. RGB value is (209,48,249). Sum of RGB (Red+Green+Blue) = 209+48+249=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 48 (19.14% from 255 or 9.49% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #D130F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D130F9 is #2ECF06. Grayscale: #767676. Windows color (decimal): -3067655 or 16330961. OLE color: 16330961.

HSL color Cylindrical-coordinate representation of color #D130F9: hue angle of 288.06º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D130F9 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 48 249 -
CMYK 0.16 0.81 0 0.02
HSL 288.06º 0.94% 0.58% -
HSV(B) 288.06º 0.81% 0.98% -
XYZ 44.45 22.51 91.62 -
YUV 119.05 201.34 192.16 -
System Red Green Blue C M Y K H S L
Decimal 209 48 249 0.16 0.81 0 0.02 288.06 0.94 0.58
Hex D1 30 F9 10 51 0 2 120 5E 3A
Octal 321 60 371 20 121 0 2 440 136 72
Binary 11010001 110000 11111001 10000 1010001 0 10 100100000 1011110 111010

Color Harmonies of #D130F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130F9

Black with #D130F9

Text Example


Text Example

White with #D130F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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