Html Css Color HEX #D409FA Psychedelic Purple

📋 copy color: '#D409FA'

red 212 ◦ green 9 ◦ blue 250

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

Shades of Psychedelic Purple #D409FA

Tints of Psychedelic Purple #D409FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.91%

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

R = 45.01%
G = 1.91%
B = 53.08%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D409FA (or 0xD409FA) is known color: Psychedelic Purple. HEX triplet: D4, 09 and FA. RGB value is (212,9,250). Sum of RGB (Red+Green+Blue) = 212+9+250=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #D409FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D409FA is #2BF605. Grayscale: #606060. Windows color (decimal): -2881030 or 16386516. OLE color: 16386516.

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

Color convert

RGB 212 9 250 -
CMYK 0.15 0.96 0 0.02
HSL 290.54º 0.96% 0.51% -
HSV(B) 290.54º 0.96% 0.98% -
XYZ 44.5 21.09 92.17 -
YUV 97.17 214.25 209.9 -
System Red Green Blue C M Y K H S L
Decimal 212 9 250 0.15 0.96 0 0.02 290.54 0.96 0.51
Hex D4 9 FA F 60 0 2 123 60 33
Octal 324 11 372 17 140 0 2 443 140 63
Binary 11010100 1001 11111010 1111 1100000 0 10 100100011 1100000 110011

Color Harmonies of #D409FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D409FA

Black with #D409FA

Text Example


Text Example

White with #D409FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D409FA; }

 p { color: rgb(212,9,250); }

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

background-color css

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

 a { background-color: rgb(212,9,250); }

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

border-color css

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

 span { border-color: rgb(212,9,250); }

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