Html Css Color HEX #D133FA Psychedelic Purple

📋 copy color: '#D133FA'

red 209 ◦ green 51 ◦ blue 250

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

Shades of Psychedelic Purple #D133FA

Tints of Psychedelic Purple #D133FA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10%

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 40.98%
G = 10%
B = 49.02%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D133FA (or 0xD133FA) is known color: Psychedelic Purple. HEX triplet: D1, 33 and FA. RGB value is (209,51,250). Sum of RGB (Red+Green+Blue) = 209+51+250=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 51 (20.31% from 255 or 10% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #D133FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D133FA is #2ECC05. Grayscale: #787878. Windows color (decimal): -3066886 or 16397265. OLE color: 16397265.

HSL color Cylindrical-coordinate representation of color #D133FA: hue angle of 287.64º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D133FA is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 51 250 -
CMYK 0.16 0.80 0 0.02
HSL 287.64º 0.95% 0.59% -
HSV(B) 287.64º 0.8% 0.98% -
XYZ 44.73 22.83 92.49 -
YUV 120.93 200.85 190.82 -
System Red Green Blue C M Y K H S L
Decimal 209 51 250 0.16 0.80 0 0.02 287.64 0.95 0.59
Hex D1 33 FA 10 50 0 2 120 5F 3B
Octal 321 63 372 20 120 0 2 440 137 73
Binary 11010001 110011 11111010 10000 1010000 0 10 100100000 1011111 111011

Color Harmonies of #D133FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D133FA

Black with #D133FA

Text Example


Text Example

White with #D133FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D133FA; }

 p { color: rgb(209,51,250); }

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

background-color css

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

 a { background-color: rgb(209,51,250); }

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

border-color css

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

 span { border-color: rgb(209,51,250); }

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