Html Css Color HEX #D421F7 Psychedelic Purple

📋 copy color: '#D421F7'

red 212 ◦ green 33 ◦ blue 247

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

Shades of Psychedelic Purple #D421F7

Tints of Psychedelic Purple #D421F7

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.71%

 BLUE value IS 247 (96.88% from 255) = 50.2%

R = 43.09%
G = 6.71%
B = 50.2%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D421F7 (or 0xD421F7) is known color: Psychedelic Purple. HEX triplet: D4, 21 and F7. RGB value is (212,33,247). Sum of RGB (Red+Green+Blue) = 212+33+247=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 33 (13.28% from 255 or 6.71% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #D421F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D421F7 is #2BDE08. Grayscale: #6E6E6E. Windows color (decimal): -2874889 or 16196052. OLE color: 16196052.

HSL color Cylindrical-coordinate representation of color #D421F7: hue angle of 290.19º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D421F7 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 33 247 -
CMYK 0.14 0.87 0 0.03
HSL 290.19º 0.93% 0.55% -
HSV(B) 290.19º 0.87% 0.97% -
XYZ 44.48 21.8 89.86 -
YUV 110.92 204.8 200.1 -
System Red Green Blue C M Y K H S L
Decimal 212 33 247 0.14 0.87 0 0.03 290.19 0.93 0.55
Hex D4 21 F7 E 57 0 3 122 5D 37
Octal 324 41 367 16 127 0 3 442 135 67
Binary 11010100 100001 11110111 1110 1010111 0 11 100100010 1011101 110111

Color Harmonies of #D421F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D421F7

Black with #D421F7

Text Example


Text Example

White with #D421F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D421F7; }

 p { color: rgb(212,33,247); }

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

background-color css

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

 a { background-color: rgb(212,33,247); }

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

border-color css

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

 span { border-color: rgb(212,33,247); }

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