Html Css Color HEX #D44FB4 Fuchsia

📋 copy color: '#D44FB4'

red 212 ◦ green 79 ◦ blue 180

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

Shades of Fuchsia #D44FB4

Tints of Fuchsia #D44FB4

RGB

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

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

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

R = 45.01%
G = 16.77%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D44FB4 (or 0xD44FB4) is known color: Fuchsia. HEX triplet: D4, 4F and B4. RGB value is (212,79,180). Sum of RGB (Red+Green+Blue) = 212+79+180=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D44FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44FB4 is #2BB04B. Grayscale: #828282. Windows color (decimal): -2863180 or 11816916. OLE color: 11816916.

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

Color convert

RGB 212 79 180 -
CMYK 0 0.63 0.15 0.17
HSL 314.44º 0.61% 0.57% -
HSV(B) 314.44º 0.63% 0.83% -
XYZ 38.19 22.88 45.58 -
YUV 130.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 212 79 180 0 0.63 0.15 0.17 314.44 0.61 0.57
Hex D4 4F B4 0 3F F 11 13A 3D 39
Octal 324 117 264 0 77 17 21 472 75 71
Binary 11010100 1001111 10110100 0 111111 1111 10001 100111010 111101 111001

Color Harmonies of #D44FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44FB4

Black with #D44FB4

Text Example


Text Example

White with #D44FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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