Html Css Color HEX #D44FB0 Fuchsia

📋 copy color: '#D44FB0'

red 212 ◦ green 79 ◦ blue 176

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

Shades of Fuchsia #D44FB0

Tints of Fuchsia #D44FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.69%

R = 45.4%
G = 16.92%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D44FB0 (or 0xD44FB0) is known color: Fuchsia. HEX triplet: D4, 4F and B0. RGB value is (212,79,176). Sum of RGB (Red+Green+Blue) = 212+79+176=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D44FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44FB0 is #2BB04F. Grayscale: #818181. Windows color (decimal): -2863184 or 11554772. OLE color: 11554772.

HSL color Cylindrical-coordinate representation of color #D44FB0: hue angle of 316.24º 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 #D44FB0 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 79 176 -
CMYK 0 0.63 0.17 0.17
HSL 316.24º 0.61% 0.57% -
HSV(B) 316.24º 0.63% 0.83% -
XYZ 37.78 22.72 43.47 -
YUV 129.83 154.06 186.61 -
System Red Green Blue C M Y K H S L
Decimal 212 79 176 0 0.63 0.17 0.17 316.24 0.61 0.57
Hex D4 4F B0 0 3F 11 11 13C 3D 39
Octal 324 117 260 0 77 21 21 474 75 71
Binary 11010100 1001111 10110000 0 111111 10001 10001 100111100 111101 111001

Color Harmonies of #D44FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44FB0

Black with #D44FB0

Text Example


Text Example

White with #D44FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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