Html Css Color HEX #D130FF Psychedelic Purple

📋 copy color: '#D130FF'

red 209 ◦ green 48 ◦ blue 255

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

Shades of Psychedelic Purple #D130FF

Tints of Psychedelic Purple #D130FF

RGB

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

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

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

R = 40.82%
G = 9.38%
B = 49.8%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D130FF (or 0xD130FF) is known color: Psychedelic Purple. HEX triplet: D1, 30 and FF. RGB value is (209,48,255). Sum of RGB (Red+Green+Blue) = 209+48+255=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 48 (19.14% from 255 or 9.38% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #D130FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D130FF is #2ECF00. Grayscale: #777777. Windows color (decimal): -3067649 or 16724177. OLE color: 16724177.

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

Color convert

RGB 209 48 255 -
CMYK 0.18 0.81 0 0
HSL 286.67º 1% 0.59% -
HSV(B) 286.67º 0.81% 1% -
XYZ 45.4 22.89 96.63 -
YUV 119.74 204.34 191.67 -
System Red Green Blue C M Y K H S L
Decimal 209 48 255 0.18 0.81 0 0 286.67 1 0.59
Hex D1 30 FF 12 51 0 0 11F 64 3B
Octal 321 60 377 22 121 0 0 437 144 73
Binary 11010001 110000 11111111 10010 1010001 0 0 100011111 1100100 111011

Color Harmonies of #D130FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130FF

Black with #D130FF

Text Example


Text Example

White with #D130FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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