Html Css Color HEX #D44EBC Fuchsia

📋 copy color: '#D44EBC'

red 212 ◦ green 78 ◦ blue 188

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

Shades of Fuchsia #D44EBC

Tints of Fuchsia #D44EBC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.32%

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 44.35%
G = 16.32%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D44EBC (or 0xD44EBC) is known color: Fuchsia. HEX triplet: D4, 4E and BC. RGB value is (212,78,188). Sum of RGB (Red+Green+Blue) = 212+78+188=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D44EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44EBC is #2BB143. Grayscale: #828282. Windows color (decimal): -2863428 or 12340948. OLE color: 12340948.

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

Color convert

RGB 212 78 188 -
CMYK 0 0.63 0.11 0.17
HSL 310.75º 0.61% 0.57% -
HSV(B) 310.75º 0.63% 0.83% -
XYZ 38.95 23.08 49.98 -
YUV 130.61 160.39 186.06 -
System Red Green Blue C M Y K H S L
Decimal 212 78 188 0 0.63 0.11 0.17 310.75 0.61 0.57
Hex D4 4E BC 0 3F B 11 137 3D 39
Octal 324 116 274 0 77 13 21 467 75 71
Binary 11010100 1001110 10111100 0 111111 1011 10001 100110111 111101 111001

Color Harmonies of #D44EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44EBC

Black with #D44EBC

Text Example


Text Example

White with #D44EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44EBC; }

 p { color: rgb(212,78,188); }

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

background-color css

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

 a { background-color: rgb(212,78,188); }

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

border-color css

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

 span { border-color: rgb(212,78,188); }

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