Html Css Color HEX #D446B1 Fuchsia

📋 copy color: '#D446B1'

red 212 ◦ green 70 ◦ blue 177

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

Shades of Fuchsia #D446B1

Tints of Fuchsia #D446B1

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.25%

 BLUE value IS 177 (69.53% from 255) = 38.56%

R = 46.19%
G = 15.25%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D446B1 (or 0xD446B1) is known color: Fuchsia. HEX triplet: D4, 46 and B1. RGB value is (212,70,177). Sum of RGB (Red+Green+Blue) = 212+70+177=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D446B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D446B1 is #2BB94E. Grayscale: #7C7C7C. Windows color (decimal): -2865487 or 11618004. OLE color: 11618004.

HSL color Cylindrical-coordinate representation of color #D446B1: hue angle of 314.79º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D446B1 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 70 177 -
CMYK 0 0.67 0.17 0.17
HSL 314.79º 0.62% 0.55% -
HSV(B) 314.79º 0.67% 0.83% -
XYZ 37.28 21.55 43.79 -
YUV 124.66 157.54 190.3 -
System Red Green Blue C M Y K H S L
Decimal 212 70 177 0 0.67 0.17 0.17 314.79 0.62 0.55
Hex D4 46 B1 0 43 11 11 13B 3E 37
Octal 324 106 261 0 103 21 21 473 76 67
Binary 11010100 1000110 10110001 0 1000011 10001 10001 100111011 111110 110111

Color Harmonies of #D446B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D446B1

Black with #D446B1

Text Example


Text Example

White with #D446B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D446B1; }

 p { color: rgb(212,70,177); }

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

background-color css

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

 a { background-color: rgb(212,70,177); }

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

border-color css

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

 span { border-color: rgb(212,70,177); }

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