Html Css Color HEX #D44FCB Fuchsia

📋 copy color: '#D44FCB'

red 212 ◦ green 79 ◦ blue 203

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

Shades of Fuchsia #D44FCB

Tints of Fuchsia #D44FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 42.91%
G = 15.99%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D44FCB (or 0xD44FCB) is known color: Fuchsia. HEX triplet: D4, 4F and CB. RGB value is (212,79,203). Sum of RGB (Red+Green+Blue) = 212+79+203=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D44FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44FCB is #2BB034. Grayscale: #848484. Windows color (decimal): -2863157 or 13324244. OLE color: 13324244.

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

Color convert

RGB 212 79 203 -
CMYK 0 0.63 0.04 0.17
HSL 304.06º 0.61% 0.57% -
HSV(B) 304.06º 0.63% 0.83% -
XYZ 40.73 23.9 58.97 -
YUV 132.9 167.56 184.42 -
System Red Green Blue C M Y K H S L
Decimal 212 79 203 0 0.63 0.04 0.17 304.06 0.61 0.57
Hex D4 4F CB 0 3F 4 11 130 3D 39
Octal 324 117 313 0 77 4 21 460 75 71
Binary 11010100 1001111 11001011 0 111111 100 10001 100110000 111101 111001

Color Harmonies of #D44FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44FCB

Black with #D44FCB

Text Example


Text Example

White with #D44FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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