Html Css Color HEX #D44FC9 Fuchsia

📋 copy color: '#D44FC9'

red 212 ◦ green 79 ◦ blue 201

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

Shades of Fuchsia #D44FC9

Tints of Fuchsia #D44FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.85%

R = 43.09%
G = 16.06%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D44FC9 (or 0xD44FC9) is known color: Fuchsia. HEX triplet: D4, 4F and C9. RGB value is (212,79,201). Sum of RGB (Red+Green+Blue) = 212+79+201=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D44FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44FC9 is #2BB036. Grayscale: #848484. Windows color (decimal): -2863159 or 13193172. OLE color: 13193172.

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

Color convert

RGB 212 79 201 -
CMYK 0 0.63 0.05 0.17
HSL 304.96º 0.61% 0.57% -
HSV(B) 304.96º 0.63% 0.83% -
XYZ 40.49 23.81 57.72 -
YUV 132.68 166.56 184.58 -
System Red Green Blue C M Y K H S L
Decimal 212 79 201 0 0.63 0.05 0.17 304.96 0.61 0.57
Hex D4 4F C9 0 3F 5 11 131 3D 39
Octal 324 117 311 0 77 5 21 461 75 71
Binary 11010100 1001111 11001001 0 111111 101 10001 100110001 111101 111001

Color Harmonies of #D44FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44FC9

Black with #D44FC9

Text Example


Text Example

White with #D44FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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