Html Css Color HEX #D303FA Psychedelic Purple

📋 copy color: '#D303FA'

red 211 ◦ green 3 ◦ blue 250

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

Shades of Psychedelic Purple #D303FA

Tints of Psychedelic Purple #D303FA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.65%

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

R = 45.47%
G = 0.65%
B = 53.88%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D303FA (or 0xD303FA) is known color: Psychedelic Purple. HEX triplet: D3, 03 and FA. RGB value is (211,3,250). Sum of RGB (Red+Green+Blue) = 211+3+250=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 3 (1.56% from 255 or 0.65% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #D303FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D303FA is #2CFC05. Grayscale: #5C5C5C. Windows color (decimal): -2948102 or 16384979. OLE color: 16384979.

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

Color convert

RGB 211 3 250 -
CMYK 0.16 0.99 0 0.02
HSL 290.53º 0.98% 0.5% -
HSV(B) 290.53º 0.99% 0.98% -
XYZ 44.15 20.82 92.13 -
YUV 93.35 216.41 211.92 -
System Red Green Blue C M Y K H S L
Decimal 211 3 250 0.16 0.99 0 0.02 290.53 0.98 0.5
Hex D3 3 FA 10 63 0 2 123 62 32
Octal 323 3 372 20 143 0 2 443 142 62
Binary 11010011 11 11111010 10000 1100011 0 10 100100011 1100010 110010

Color Harmonies of #D303FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D303FA

Black with #D303FA

Text Example


Text Example

White with #D303FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D303FA; }

 p { color: rgb(211,3,250); }

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

background-color css

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

 a { background-color: rgb(211,3,250); }

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

border-color css

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

 span { border-color: rgb(211,3,250); }

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