Html Css Color HEX #D446BB Fuchsia

📋 copy color: '#D446BB'

red 212 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #D446BB

Tints of Fuchsia #D446BB

RGB

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

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

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

R = 45.2%
G = 14.93%
B = 39.87%

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

#D446BB (or 0xD446BB) is known color: Fuchsia. HEX triplet: D4, 46 and BB. RGB value is (212,70,187). Sum of RGB (Red+Green+Blue) = 212+70+187=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D446BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446BB is #2BB944. Grayscale: #7D7D7D. Windows color (decimal): -2865477 or 12273364. OLE color: 12273364.

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

Color convert

RGB 212 70 187 -
CMYK 0 0.67 0.12 0.17
HSL 310.56º 0.62% 0.55% -
HSV(B) 310.56º 0.67% 0.83% -
XYZ 38.31 21.97 49.23 -
YUV 125.8 162.54 189.49 -
System Red Green Blue C M Y K H S L
Decimal 212 70 187 0 0.67 0.12 0.17 310.56 0.62 0.55
Hex D4 46 BB 0 43 C 11 137 3E 37
Octal 324 106 273 0 103 14 21 467 76 67
Binary 11010100 1000110 10111011 0 1000011 1100 10001 100110111 111110 110111

Color Harmonies of #D446BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D446BB

Black with #D446BB

Text Example


Text Example

White with #D446BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D446BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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