Html Css Color HEX #D447BB Fuchsia

📋 copy color: '#D447BB'

red 212 ◦ green 71 ◦ blue 187

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

Shades of Fuchsia #D447BB

Tints of Fuchsia #D447BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.79%

R = 45.11%
G = 15.11%
B = 39.79%

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

#D447BB (or 0xD447BB) is known color: Fuchsia. HEX triplet: D4, 47 and BB. RGB value is (212,71,187). Sum of RGB (Red+Green+Blue) = 212+71+187=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D447BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D447BB is #2BB844. Grayscale: #7E7E7E. Windows color (decimal): -2865221 or 12273620. OLE color: 12273620.

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

Color convert

RGB 212 71 187 -
CMYK 0 0.67 0.12 0.17
HSL 310.64º 0.62% 0.55% -
HSV(B) 310.64º 0.67% 0.83% -
XYZ 38.37 22.09 49.26 -
YUV 126.38 162.21 189.07 -
System Red Green Blue C M Y K H S L
Decimal 212 71 187 0 0.67 0.12 0.17 310.64 0.62 0.55
Hex D4 47 BB 0 43 C 11 137 3E 37
Octal 324 107 273 0 103 14 21 467 76 67
Binary 11010100 1000111 10111011 0 1000011 1100 10001 100110111 111110 110111

Color Harmonies of #D447BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D447BB

Black with #D447BB

Text Example


Text Example

White with #D447BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D447BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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