Html Css Color HEX #D411FD Psychedelic Purple

📋 copy color: '#D411FD'

red 212 ◦ green 17 ◦ blue 253

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

Shades of Psychedelic Purple #D411FD

Tints of Psychedelic Purple #D411FD

RGB

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

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

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

R = 43.98%
G = 3.53%
B = 52.49%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D411FD (or 0xD411FD) is known color: Psychedelic Purple. HEX triplet: D4, 11 and FD. RGB value is (212,17,253). Sum of RGB (Red+Green+Blue) = 212+17+253=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 17 (7.03% from 255 or 3.53% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #D411FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D411FD is #2BEE02. Grayscale: #656565. Windows color (decimal): -2878979 or 16585172. OLE color: 16585172.

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

Color convert

RGB 212 17 253 -
CMYK 0.16 0.93 0 0.01
HSL 289.58º 0.98% 0.53% -
HSV(B) 289.58º 0.93% 0.99% -
XYZ 45.08 21.49 94.7 -
YUV 102.21 213.1 206.31 -
System Red Green Blue C M Y K H S L
Decimal 212 17 253 0.16 0.93 0 0.01 289.58 0.98 0.53
Hex D4 11 FD 10 5D 0 1 122 62 35
Octal 324 21 375 20 135 0 1 442 142 65
Binary 11010100 10001 11111101 10000 1011101 0 1 100100010 1100010 110101

Color Harmonies of #D411FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D411FD

Black with #D411FD

Text Example


Text Example

White with #D411FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D411FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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