Html Css Color HEX #D445B5 Fuchsia

📋 copy color: '#D445B5'

red 212 ◦ green 69 ◦ blue 181

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

Shades of Fuchsia #D445B5

Tints of Fuchsia #D445B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.18%

R = 45.89%
G = 14.94%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D445B5 (or 0xD445B5) is known color: Fuchsia. HEX triplet: D4, 45 and B5. RGB value is (212,69,181). Sum of RGB (Red+Green+Blue) = 212+69+181=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D445B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D445B5 is #2BBA4A. Grayscale: #7C7C7C. Windows color (decimal): -2865739 or 11879892. OLE color: 11879892.

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

Color convert

RGB 212 69 181 -
CMYK 0 0.67 0.15 0.17
HSL 313.01º 0.62% 0.55% -
HSV(B) 313.01º 0.67% 0.83% -
XYZ 37.62 21.59 45.9 -
YUV 124.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 212 69 181 0 0.67 0.15 0.17 313.01 0.62 0.55
Hex D4 45 B5 0 43 F 11 139 3E 37
Octal 324 105 265 0 103 17 21 471 76 67
Binary 11010100 1000101 10110101 0 1000011 1111 10001 100111001 111110 110111

Color Harmonies of #D445B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D445B5

Black with #D445B5

Text Example


Text Example

White with #D445B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D445B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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