Html Css Color HEX #D409FF Psychedelic Purple

📋 copy color: '#D409FF'

red 212 ◦ green 9 ◦ blue 255

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

Shades of Psychedelic Purple #D409FF

Tints of Psychedelic Purple #D409FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.57%

R = 44.54%
G = 1.89%
B = 53.57%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D409FF (or 0xD409FF) is known color: Psychedelic Purple. HEX triplet: D4, 09 and FF. RGB value is (212,9,255). Sum of RGB (Red+Green+Blue) = 212+9+255=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 9 (3.91% from 255 or 1.89% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #D409FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D409FF is #2BF600. Grayscale: #606060. Windows color (decimal): -2881025 or 16714196. OLE color: 16714196.

HSL color Cylindrical-coordinate representation of color #D409FF: hue angle of 289.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D409FF is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 9 255 -
CMYK 0.17 0.96 0 0
HSL 289.51º 1% 0.52% -
HSV(B) 289.51º 0.96% 1% -
XYZ 45.3 21.41 96.35 -
YUV 97.74 216.75 209.5 -
System Red Green Blue C M Y K H S L
Decimal 212 9 255 0.17 0.96 0 0 289.51 1 0.52
Hex D4 9 FF 11 60 0 0 122 64 34
Octal 324 11 377 21 140 0 0 442 144 64
Binary 11010100 1001 11111111 10001 1100000 0 0 100100010 1100100 110100

Color Harmonies of #D409FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D409FF

Black with #D409FF

Text Example


Text Example

White with #D409FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D409FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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