Html Css Color HEX #D300F9 Psychedelic Purple

📋 copy color: '#D300F9'

red 211 ◦ green 0 ◦ blue 249

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

Shades of Psychedelic Purple #D300F9

Tints of Psychedelic Purple #D300F9

RGB

 RED value IS 211 (82.81% from 255) = 45.87%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.87%
G = 0%
B = 54.13%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D300F9 (or 0xD300F9) is known color: Psychedelic Purple. HEX triplet: D3, 00 and F9. RGB value is (211,0,249). Sum of RGB (Red+Green+Blue) = 211+0+249=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #D300F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D300F9 is #2CFF06. Grayscale: #5A5A5A. Windows color (decimal): -2948871 or 16318675. OLE color: 16318675.

HSL color Cylindrical-coordinate representation of color #D300F9: hue angle of 290.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D300F9 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 0 249 -
CMYK 0.15 1 0 0.02
HSL 290.84º 1% 0.49% -
HSV(B) 290.84º 1% 0.98% -
XYZ 43.96 20.69 91.3 -
YUV 91.48 216.9 213.25 -
System Red Green Blue C M Y K H S L
Decimal 211 0 249 0.15 1 0 0.02 290.84 1 0.49
Hex D3 0 F9 F 64 0 2 123 64 31
Octal 323 0 371 17 144 0 2 443 144 61
Binary 11010011 0 11111001 1111 1100100 0 10 100100011 1100100 110001

Color Harmonies of #D300F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D300F9

Black with #D300F9

Text Example


Text Example

White with #D300F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D300F9; }

 p { color: rgb(211,0,249); }

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

background-color css

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

 a { background-color: rgb(211,0,249); }

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

border-color css

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

 span { border-color: rgb(211,0,249); }

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