Html Css Color HEX #D411FF Psychedelic Purple

📋 copy color: '#D411FF'

red 212 ◦ green 17 ◦ blue 255

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

Shades of Psychedelic Purple #D411FF

Tints of Psychedelic Purple #D411FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.51%

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

R = 43.8%
G = 3.51%
B = 52.69%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D411FF (or 0xD411FF) is known color: Psychedelic Purple. HEX triplet: D4, 11 and FF. RGB value is (212,17,255). Sum of RGB (Red+Green+Blue) = 212+17+255=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #D411FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D411FF is #2BEE00. Grayscale: #656565. Windows color (decimal): -2878977 or 16716244. OLE color: 16716244.

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

Color convert

RGB 212 17 255 -
CMYK 0.17 0.93 0 0
HSL 289.16º 1% 0.53% -
HSV(B) 289.16º 0.93% 1% -
XYZ 45.4 21.62 96.39 -
YUV 102.44 214.1 206.15 -
System Red Green Blue C M Y K H S L
Decimal 212 17 255 0.17 0.93 0 0 289.16 1 0.53
Hex D4 11 FF 11 5D 0 0 121 64 35
Octal 324 21 377 21 135 0 0 441 144 65
Binary 11010100 10001 11111111 10001 1011101 0 0 100100001 1100100 110101

Color Harmonies of #D411FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D411FF

Black with #D411FF

Text Example


Text Example

White with #D411FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D411FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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