Html Css Color HEX #D42FD5 Fuchsia

📋 copy color: '#D42FD5'

red 212 ◦ green 47 ◦ blue 213

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

Shades of Fuchsia #D42FD5

Tints of Fuchsia #D42FD5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.96%

 BLUE value IS 213 (83.59% from 255) = 45.13%

R = 44.92%
G = 9.96%
B = 45.13%

CMYK

 C value IS 0.00

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D42FD5 (or 0xD42FD5) is known color: Fuchsia. HEX triplet: D4, 2F and D5. RGB value is (212,47,213). Sum of RGB (Red+Green+Blue) = 212+47+213=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #D42FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42FD5 is #2BD02A. Grayscale: #727272. Windows color (decimal): -2871339 or 13971412. OLE color: 13971412.

HSL color Cylindrical-coordinate representation of color #D42FD5: hue angle of 299.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42FD5 is Cyan = 0.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 47 213 -
CMYK 0.00 0.78 0 0.16
HSL 299.64º 0.66% 0.51% -
HSV(B) 299.64º 0.78% 0.84% -
XYZ 40.18 20.83 64.85 -
YUV 115.26 183.16 197 -
System Red Green Blue C M Y K H S L
Decimal 212 47 213 0.00 0.78 0 0.16 299.64 0.66 0.51
Hex D4 2F D5 0 4E 0 10 12C 42 33
Octal 324 57 325 0 116 0 20 454 102 63
Binary 11010100 101111 11010101 0 1001110 0 10000 100101100 1000010 110011

Color Harmonies of #D42FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42FD5

Black with #D42FD5

Text Example


Text Example

White with #D42FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42FD5; }

 p { color: rgb(212,47,213); }

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

background-color css

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

 a { background-color: rgb(212,47,213); }

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

border-color css

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

 span { border-color: rgb(212,47,213); }

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