Html Css Color HEX #D44DB3 Fuchsia

📋 copy color: '#D44DB3'

red 212 ◦ green 77 ◦ blue 179

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

Shades of Fuchsia #D44DB3

Tints of Fuchsia #D44DB3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.45%

 BLUE value IS 179 (70.31% from 255) = 38.25%

R = 45.3%
G = 16.45%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D44DB3 (or 0xD44DB3) is known color: Fuchsia. HEX triplet: D4, 4D and B3. RGB value is (212,77,179). Sum of RGB (Red+Green+Blue) = 212+77+179=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DB3 is #2BB24C. Grayscale: #808080. Windows color (decimal): -2863693 or 11750868. OLE color: 11750868.

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

Color convert

RGB 212 77 179 -
CMYK 0 0.64 0.16 0.17
HSL 314.67º 0.61% 0.57% -
HSV(B) 314.67º 0.64% 0.83% -
XYZ 37.94 22.56 45 -
YUV 128.99 156.23 187.21 -
System Red Green Blue C M Y K H S L
Decimal 212 77 179 0 0.64 0.16 0.17 314.67 0.61 0.57
Hex D4 4D B3 0 40 10 11 13B 3D 39
Octal 324 115 263 0 100 20 21 473 75 71
Binary 11010100 1001101 10110011 0 1000000 10000 10001 100111011 111101 111001

Color Harmonies of #D44DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44DB3

Black with #D44DB3

Text Example


Text Example

White with #D44DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44DB3; }

 p { color: rgb(212,77,179); }

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

background-color css

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

 a { background-color: rgb(212,77,179); }

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

border-color css

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

 span { border-color: rgb(212,77,179); }

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