Html Css Color HEX #D603FD Psychedelic Purple

📋 copy color: '#D603FD'

red 214 ◦ green 3 ◦ blue 253

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

Shades of Psychedelic Purple #D603FD

Tints of Psychedelic Purple #D603FD

RGB

 RED value IS 214 (83.98% from 255) = 45.53%

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

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

R = 45.53%
G = 0.64%
B = 53.83%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D603FD (or 0xD603FD) is known color: Psychedelic Purple. HEX triplet: D6, 03 and FD. RGB value is (214,3,253). Sum of RGB (Red+Green+Blue) = 214+3+253=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 3 (1.56% from 255 or 0.64% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #D603FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D603FD is #29FC02. Grayscale: #5D5D5D. Windows color (decimal): -2751491 or 16581590. OLE color: 16581590.

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

Color convert

RGB 214 3 253 -
CMYK 0.15 0.99 0 0.01
HSL 290.64º 0.98% 0.5% -
HSV(B) 290.64º 0.99% 0.99% -
XYZ 45.49 21.45 94.67 -
YUV 94.59 217.4 213.17 -
System Red Green Blue C M Y K H S L
Decimal 214 3 253 0.15 0.99 0 0.01 290.64 0.98 0.5
Hex D6 3 FD F 63 0 1 123 62 32
Octal 326 3 375 17 143 0 1 443 142 62
Binary 11010110 11 11111101 1111 1100011 0 1 100100011 1100010 110010

Color Harmonies of #D603FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D603FD

Black with #D603FD

Text Example


Text Example

White with #D603FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D603FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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