Html Css Color HEX #D446B5 Fuchsia

📋 copy color: '#D446B5'

red 212 ◦ green 70 ◦ blue 181

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

Shades of Fuchsia #D446B5

Tints of Fuchsia #D446B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.09%

R = 45.79%
G = 15.12%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D446B5 (or 0xD446B5) is known color: Fuchsia. HEX triplet: D4, 46 and B5. RGB value is (212,70,181). Sum of RGB (Red+Green+Blue) = 212+70+181=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D446B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446B5 is #2BB94A. Grayscale: #7C7C7C. Windows color (decimal): -2865483 or 11880148. OLE color: 11880148.

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

Color convert

RGB 212 70 181 -
CMYK 0 0.67 0.15 0.17
HSL 313.1º 0.62% 0.55% -
HSV(B) 313.1º 0.67% 0.83% -
XYZ 37.68 21.71 45.92 -
YUV 125.11 159.54 189.97 -
System Red Green Blue C M Y K H S L
Decimal 212 70 181 0 0.67 0.15 0.17 313.1 0.62 0.55
Hex D4 46 B5 0 43 F 11 139 3E 37
Octal 324 106 265 0 103 17 21 471 76 67
Binary 11010100 1000110 10110101 0 1000011 1111 10001 100111001 111110 110111

Color Harmonies of #D446B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D446B5

Black with #D446B5

Text Example


Text Example

White with #D446B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D446B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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