Html Css Color HEX #D446BA Fuchsia

📋 copy color: '#D446BA'

red 212 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #D446BA

Tints of Fuchsia #D446BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.74%

R = 45.3%
G = 14.96%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D446BA (or 0xD446BA) is known color: Fuchsia. HEX triplet: D4, 46 and BA. RGB value is (212,70,186). Sum of RGB (Red+Green+Blue) = 212+70+186=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D446BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446BA is #2BB945. Grayscale: #7D7D7D. Windows color (decimal): -2865478 or 12207828. OLE color: 12207828.

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

Color convert

RGB 212 70 186 -
CMYK 0 0.67 0.12 0.17
HSL 310.99º 0.62% 0.55% -
HSV(B) 310.99º 0.67% 0.83% -
XYZ 38.2 21.92 48.67 -
YUV 125.68 162.04 189.57 -
System Red Green Blue C M Y K H S L
Decimal 212 70 186 0 0.67 0.12 0.17 310.99 0.62 0.55
Hex D4 46 BA 0 43 C 11 137 3E 37
Octal 324 106 272 0 103 14 21 467 76 67
Binary 11010100 1000110 10111010 0 1000011 1100 10001 100110111 111110 110111

Color Harmonies of #D446BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D446BA

Black with #D446BA

Text Example


Text Example

White with #D446BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D446BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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