Html Css Color HEX #D42FB4 Fuchsia

📋 copy color: '#D42FB4'

red 212 ◦ green 47 ◦ blue 180

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

Shades of Fuchsia #D42FB4

Tints of Fuchsia #D42FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41%

R = 48.29%
G = 10.71%
B = 41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D42FB4 (or 0xD42FB4) is known color: Fuchsia. HEX triplet: D4, 2F and B4. RGB value is (212,47,180). Sum of RGB (Red+Green+Blue) = 212+47+180=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D42FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42FB4 is #2BD04B. Grayscale: #6F6F6F. Windows color (decimal): -2871372 or 11808724. OLE color: 11808724.

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

Color convert

RGB 212 47 180 -
CMYK 0 0.78 0.15 0.17
HSL 311.64º 0.66% 0.51% -
HSV(B) 311.64º 0.78% 0.83% -
XYZ 36.41 19.33 44.99 -
YUV 111.5 166.66 199.69 -
System Red Green Blue C M Y K H S L
Decimal 212 47 180 0 0.78 0.15 0.17 311.64 0.66 0.51
Hex D4 2F B4 0 4E F 11 138 42 33
Octal 324 57 264 0 116 17 21 470 102 63
Binary 11010100 101111 10110100 0 1001110 1111 10001 100111000 1000010 110011

Color Harmonies of #D42FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42FB4

Black with #D42FB4

Text Example


Text Example

White with #D42FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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