Html Css Color HEX #D44CBF Fuchsia

📋 copy color: '#D44CBF'

red 212 ◦ green 76 ◦ blue 191

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

Shades of Fuchsia #D44CBF

Tints of Fuchsia #D44CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.87%

 BLUE value IS 191 (75% from 255) = 39.87%

R = 44.26%
G = 15.87%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D44CBF (or 0xD44CBF) is known color: Fuchsia. HEX triplet: D4, 4C and BF. RGB value is (212,76,191). Sum of RGB (Red+Green+Blue) = 212+76+191=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44CBF is #2BB340. Grayscale: #818181. Windows color (decimal): -2863937 or 12537044. OLE color: 12537044.

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

Color convert

RGB 212 76 191 -
CMYK 0 0.64 0.10 0.17
HSL 309.26º 0.61% 0.56% -
HSV(B) 309.26º 0.64% 0.83% -
XYZ 39.14 22.93 51.65 -
YUV 129.77 162.56 186.65 -
System Red Green Blue C M Y K H S L
Decimal 212 76 191 0 0.64 0.10 0.17 309.26 0.61 0.56
Hex D4 4C BF 0 40 A 11 135 3D 38
Octal 324 114 277 0 100 12 21 465 75 70
Binary 11010100 1001100 10111111 0 1000000 1010 10001 100110101 111101 111000

Color Harmonies of #D44CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44CBF

Black with #D44CBF

Text Example


Text Example

White with #D44CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44CBF; }

 p { color: rgb(212,76,191); }

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

background-color css

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

 a { background-color: rgb(212,76,191); }

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

border-color css

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

 span { border-color: rgb(212,76,191); }

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