Html Css Color HEX #D44FB2 Fuchsia

📋 copy color: '#D44FB2'

red 212 ◦ green 79 ◦ blue 178

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

Shades of Fuchsia #D44FB2

Tints of Fuchsia #D44FB2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.84%

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 45.2%
G = 16.84%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D44FB2 (or 0xD44FB2) is known color: Fuchsia. HEX triplet: D4, 4F and B2. RGB value is (212,79,178). Sum of RGB (Red+Green+Blue) = 212+79+178=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D44FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44FB2 is #2BB04D. Grayscale: #818181. Windows color (decimal): -2863182 or 11685844. OLE color: 11685844.

HSL color Cylindrical-coordinate representation of color #D44FB2: hue angle of 315.34º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D44FB2 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 79 178 -
CMYK 0 0.63 0.16 0.17
HSL 315.34º 0.61% 0.57% -
HSV(B) 315.34º 0.63% 0.83% -
XYZ 37.98 22.8 44.52 -
YUV 130.05 155.06 186.45 -
System Red Green Blue C M Y K H S L
Decimal 212 79 178 0 0.63 0.16 0.17 315.34 0.61 0.57
Hex D4 4F B2 0 3F 10 11 13B 3D 39
Octal 324 117 262 0 77 20 21 473 75 71
Binary 11010100 1001111 10110010 0 111111 10000 10001 100111011 111101 111001

Color Harmonies of #D44FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44FB2

Black with #D44FB2

Text Example


Text Example

White with #D44FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44FB2; }

 p { color: rgb(212,79,178); }

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

background-color css

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

 a { background-color: rgb(212,79,178); }

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

border-color css

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

 span { border-color: rgb(212,79,178); }

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