Html Css Color HEX #D406FD Psychedelic Purple

📋 copy color: '#D406FD'

red 212 ◦ green 6 ◦ blue 253

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

Shades of Psychedelic Purple #D406FD

Tints of Psychedelic Purple #D406FD

RGB

 RED value IS 212 (83.2% from 255) = 45.01%

 GREEN value IS 6 (2.73% from 255) = 1.27%

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

R = 45.01%
G = 1.27%
B = 53.72%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D406FD (or 0xD406FD) is known color: Psychedelic Purple. HEX triplet: D4, 06 and FD. RGB value is (212,6,253). Sum of RGB (Red+Green+Blue) = 212+6+253=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 6 (2.73% from 255 or 1.27% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #D406FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D406FD is #2BF902. Grayscale: #5E5E5E. Windows color (decimal): -2881795 or 16582356. OLE color: 16582356.

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

Color convert

RGB 212 6 253 -
CMYK 0.16 0.98 0 0.01
HSL 290.04º 0.98% 0.51% -
HSV(B) 290.04º 0.98% 0.99% -
XYZ 44.95 21.22 94.66 -
YUV 95.75 216.75 210.92 -
System Red Green Blue C M Y K H S L
Decimal 212 6 253 0.16 0.98 0 0.01 290.04 0.98 0.51
Hex D4 6 FD 10 62 0 1 122 62 33
Octal 324 6 375 20 142 0 1 442 142 63
Binary 11010100 110 11111101 10000 1100010 0 1 100100010 1100010 110011

Color Harmonies of #D406FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D406FD

Black with #D406FD

Text Example


Text Example

White with #D406FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D406FD; }

 p { color: rgb(212,6,253); }

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

background-color css

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

 a { background-color: rgb(212,6,253); }

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

border-color css

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

 span { border-color: rgb(212,6,253); }

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