Html Css Color HEX #D45EB9 Fuchsia

📋 copy color: '#D45EB9'

red 212 ◦ green 94 ◦ blue 185

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

Shades of Fuchsia #D45EB9

Tints of Fuchsia #D45EB9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.14%

 BLUE value IS 185 (72.66% from 255) = 37.68%

R = 43.18%
G = 19.14%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D45EB9 (or 0xD45EB9) is known color: Fuchsia. HEX triplet: D4, 5E and B9. RGB value is (212,94,185). Sum of RGB (Red+Green+Blue) = 212+94+185=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D45EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45EB9 is #2BA146. Grayscale: #8B8B8B. Windows color (decimal): -2859335 or 12148436. OLE color: 12148436.

HSL color Cylindrical-coordinate representation of color #D45EB9: hue angle of 313.73º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45EB9 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 94 185 -
CMYK 0 0.56 0.13 0.17
HSL 313.73º 0.58% 0.6% -
HSV(B) 313.73º 0.56% 0.83% -
XYZ 39.91 25.51 48.72 -
YUV 139.66 153.59 179.6 -
System Red Green Blue C M Y K H S L
Decimal 212 94 185 0 0.56 0.13 0.17 313.73 0.58 0.6
Hex D4 5E B9 0 38 D 11 13A 3A 3C
Octal 324 136 271 0 70 15 21 472 72 74
Binary 11010100 1011110 10111001 0 111000 1101 10001 100111010 111010 111100

Color Harmonies of #D45EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45EB9

Black with #D45EB9

Text Example


Text Example

White with #D45EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45EB9; }

 p { color: rgb(212,94,185); }

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

background-color css

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

 a { background-color: rgb(212,94,185); }

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

border-color css

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

 span { border-color: rgb(212,94,185); }

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