Html Css Color HEX #D003FD Psychedelic Purple

📋 copy color: '#D003FD'

red 208 ◦ green 3 ◦ blue 253

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

Shades of Psychedelic Purple #D003FD

Tints of Psychedelic Purple #D003FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.53%

R = 44.83%
G = 0.65%
B = 54.53%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D003FD (or 0xD003FD) is known color: Psychedelic Purple. HEX triplet: D0, 03 and FD. RGB value is (208,3,253). Sum of RGB (Red+Green+Blue) = 208+3+253=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 3 (1.56% from 255 or 0.65% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #D003FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D003FD is #2FFC02. Grayscale: #5C5C5C. Windows color (decimal): -3144707 or 16581584. OLE color: 16581584.

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

Color convert

RGB 208 3 253 -
CMYK 0.18 0.99 0 0.01
HSL 289.2º 0.98% 0.5% -
HSV(B) 289.2º 0.99% 0.99% -
XYZ 43.77 20.57 94.59 -
YUV 92.8 218.42 210.17 -
System Red Green Blue C M Y K H S L
Decimal 208 3 253 0.18 0.99 0 0.01 289.2 0.98 0.5
Hex D0 3 FD 12 63 0 1 121 62 32
Octal 320 3 375 22 143 0 1 441 142 62
Binary 11010000 11 11111101 10010 1100011 0 1 100100001 1100010 110010

Color Harmonies of #D003FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D003FD

Black with #D003FD

Text Example


Text Example

White with #D003FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D003FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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