Html Css Color HEX #D447BA Fuchsia

📋 copy color: '#D447BA'

red 212 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #D447BA

Tints of Fuchsia #D447BA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.14%

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

R = 45.2%
G = 15.14%
B = 39.66%

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

#D447BA (or 0xD447BA) is known color: Fuchsia. HEX triplet: D4, 47 and BA. RGB value is (212,71,186). Sum of RGB (Red+Green+Blue) = 212+71+186=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D447BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D447BA is #2BB845. Grayscale: #7D7D7D. Windows color (decimal): -2865222 or 12208084. OLE color: 12208084.

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

Color convert

RGB 212 71 186 -
CMYK 0 0.67 0.12 0.17
HSL 311.06º 0.62% 0.55% -
HSV(B) 311.06º 0.67% 0.83% -
XYZ 38.27 22.05 48.69 -
YUV 126.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 212 71 186 0 0.67 0.12 0.17 311.06 0.62 0.55
Hex D4 47 BA 0 43 C 11 137 3E 37
Octal 324 107 272 0 103 14 21 467 76 67
Binary 11010100 1000111 10111010 0 1000011 1100 10001 100110111 111110 110111

Color Harmonies of #D447BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D447BA

Black with #D447BA

Text Example


Text Example

White with #D447BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D447BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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