Html Css Color HEX #D446B7 Fuchsia

📋 copy color: '#D446B7'

red 212 ◦ green 70 ◦ blue 183

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

Shades of Fuchsia #D446B7

Tints of Fuchsia #D446B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.35%

R = 45.59%
G = 15.05%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D446B7 (or 0xD446B7) is known color: Fuchsia. HEX triplet: D4, 46 and B7. RGB value is (212,70,183). Sum of RGB (Red+Green+Blue) = 212+70+183=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D446B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446B7 is #2BB948. Grayscale: #7D7D7D. Windows color (decimal): -2865481 or 12011220. OLE color: 12011220.

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

Color convert

RGB 212 70 183 -
CMYK 0 0.67 0.14 0.17
HSL 312.25º 0.62% 0.55% -
HSV(B) 312.25º 0.67% 0.83% -
XYZ 37.89 21.8 47.01 -
YUV 125.34 160.54 189.81 -
System Red Green Blue C M Y K H S L
Decimal 212 70 183 0 0.67 0.14 0.17 312.25 0.62 0.55
Hex D4 46 B7 0 43 E 11 138 3E 37
Octal 324 106 267 0 103 16 21 470 76 67
Binary 11010100 1000110 10110111 0 1000011 1110 10001 100111000 111110 110111

Color Harmonies of #D446B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D446B7

Black with #D446B7

Text Example


Text Example

White with #D446B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D446B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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