Html Css Color HEX #D003FA Psychedelic Purple

📋 copy color: '#D003FA'

red 208 ◦ green 3 ◦ blue 250

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

Shades of Psychedelic Purple #D003FA

Tints of Psychedelic Purple #D003FA

RGB

 RED value IS 208 (81.64% from 255) = 45.12%

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

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

R = 45.12%
G = 0.65%
B = 54.23%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D003FA (or 0xD003FA) is known color: Psychedelic Purple. HEX triplet: D0, 03 and FA. RGB value is (208,3,250). Sum of RGB (Red+Green+Blue) = 208+3+250=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 3 (1.56% from 255 or 0.65% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #D003FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D003FA is #2FFC05. Grayscale: #5B5B5B. Windows color (decimal): -3144710 or 16384976. OLE color: 16384976.

HSL color Cylindrical-coordinate representation of color #D003FA: hue angle of 289.8º 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 #D003FA is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 3 250 -
CMYK 0.17 0.99 0 0.02
HSL 289.8º 0.98% 0.5% -
HSV(B) 289.8º 0.99% 0.98% -
XYZ 43.3 20.38 92.09 -
YUV 92.45 216.92 210.42 -
System Red Green Blue C M Y K H S L
Decimal 208 3 250 0.17 0.99 0 0.02 289.8 0.98 0.5
Hex D0 3 FA 11 63 0 2 122 62 32
Octal 320 3 372 21 143 0 2 442 142 62
Binary 11010000 11 11111010 10001 1100011 0 10 100100010 1100010 110010

Color Harmonies of #D003FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D003FA

Black with #D003FA

Text Example


Text Example

White with #D003FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D003FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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