Html Css Color HEX #D44DB6 Fuchsia

📋 copy color: '#D44DB6'

red 212 ◦ green 77 ◦ blue 182

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

Shades of Fuchsia #D44DB6

Tints of Fuchsia #D44DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.64%

R = 45.01%
G = 16.35%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D44DB6 (or 0xD44DB6) is known color: Fuchsia. HEX triplet: D4, 4D and B6. RGB value is (212,77,182). Sum of RGB (Red+Green+Blue) = 212+77+182=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DB6 is #2BB249. Grayscale: #818181. Windows color (decimal): -2863690 or 11947476. OLE color: 11947476.

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

Color convert

RGB 212 77 182 -
CMYK 0 0.64 0.14 0.17
HSL 313.33º 0.61% 0.57% -
HSV(B) 313.33º 0.64% 0.83% -
XYZ 38.25 22.68 46.62 -
YUV 129.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 212 77 182 0 0.64 0.14 0.17 313.33 0.61 0.57
Hex D4 4D B6 0 40 E 11 139 3D 39
Octal 324 115 266 0 100 16 21 471 75 71
Binary 11010100 1001101 10110110 0 1000000 1110 10001 100111001 111101 111001

Color Harmonies of #D44DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44DB6

Black with #D44DB6

Text Example


Text Example

White with #D44DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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