Html Css Color HEX #D44DBA Fuchsia

📋 copy color: '#D44DBA'

red 212 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #D44DBA

Tints of Fuchsia #D44DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 44.63%
G = 16.21%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D44DBA (or 0xD44DBA) is known color: Fuchsia. HEX triplet: D4, 4D and BA. RGB value is (212,77,186). Sum of RGB (Red+Green+Blue) = 212+77+186=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DBA is #2BB245. Grayscale: #818181. Windows color (decimal): -2863686 or 12209620. OLE color: 12209620.

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

Color convert

RGB 212 77 186 -
CMYK 0 0.64 0.12 0.17
HSL 311.56º 0.61% 0.57% -
HSV(B) 311.56º 0.64% 0.83% -
XYZ 38.67 22.85 48.83 -
YUV 129.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 212 77 186 0 0.64 0.12 0.17 311.56 0.61 0.57
Hex D4 4D BA 0 40 C 11 138 3D 39
Octal 324 115 272 0 100 14 21 470 75 71
Binary 11010100 1001101 10111010 0 1000000 1100 10001 100111000 111101 111001

Color Harmonies of #D44DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44DBA

Black with #D44DBA

Text Example


Text Example

White with #D44DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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