Html Css Color HEX #D445B6 Fuchsia

📋 copy color: '#D445B6'

red 212 ◦ green 69 ◦ blue 182

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

Shades of Fuchsia #D445B6

Tints of Fuchsia #D445B6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.9%

 BLUE value IS 182 (71.48% from 255) = 39.31%

R = 45.79%
G = 14.9%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D445B6 (or 0xD445B6) is known color: Fuchsia. HEX triplet: D4, 45 and B6. RGB value is (212,69,182). Sum of RGB (Red+Green+Blue) = 212+69+182=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D445B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D445B6 is #2BBA49. Grayscale: #7C7C7C. Windows color (decimal): -2865738 or 11945428. OLE color: 11945428.

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

Color convert

RGB 212 69 182 -
CMYK 0 0.67 0.14 0.17
HSL 312.59º 0.62% 0.55% -
HSV(B) 312.59º 0.67% 0.83% -
XYZ 37.72 21.63 46.44 -
YUV 124.64 160.38 190.31 -
System Red Green Blue C M Y K H S L
Decimal 212 69 182 0 0.67 0.14 0.17 312.59 0.62 0.55
Hex D4 45 B6 0 43 E 11 139 3E 37
Octal 324 105 266 0 103 16 21 471 76 67
Binary 11010100 1000101 10110110 0 1000011 1110 10001 100111001 111110 110111

Color Harmonies of #D445B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D445B6

Black with #D445B6

Text Example


Text Example

White with #D445B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D445B6; }

 p { color: rgb(212,69,182); }

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

background-color css

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

 a { background-color: rgb(212,69,182); }

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

border-color css

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

 span { border-color: rgb(212,69,182); }

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