Html Css Color HEX #D447BF Fuchsia

📋 copy color: '#D447BF'

red 212 ◦ green 71 ◦ blue 191

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

Shades of Fuchsia #D447BF

Tints of Fuchsia #D447BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.3%

R = 44.73%
G = 14.98%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D447BF (or 0xD447BF) is known color: Fuchsia. HEX triplet: D4, 47 and BF. RGB value is (212,71,191). Sum of RGB (Red+Green+Blue) = 212+71+191=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D447BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D447BF is #2BB840. Grayscale: #7E7E7E. Windows color (decimal): -2865217 or 12535764. OLE color: 12535764.

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

Color convert

RGB 212 71 191 -
CMYK 0 0.67 0.10 0.17
HSL 308.94º 0.62% 0.55% -
HSV(B) 308.94º 0.67% 0.83% -
XYZ 38.81 22.27 51.54 -
YUV 126.84 164.21 188.74 -
System Red Green Blue C M Y K H S L
Decimal 212 71 191 0 0.67 0.10 0.17 308.94 0.62 0.55
Hex D4 47 BF 0 43 A 11 135 3E 37
Octal 324 107 277 0 103 12 21 465 76 67
Binary 11010100 1000111 10111111 0 1000011 1010 10001 100110101 111110 110111

Color Harmonies of #D447BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D447BF

Black with #D447BF

Text Example


Text Example

White with #D447BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D447BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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