Html Css Color HEX #D45EB3 Fuchsia

📋 copy color: '#D45EB3'

red 212 ◦ green 94 ◦ blue 179

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

Shades of Fuchsia #D45EB3

Tints of Fuchsia #D45EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.91%

R = 43.71%
G = 19.38%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D45EB3 (or 0xD45EB3) is known color: Fuchsia. HEX triplet: D4, 5E and B3. RGB value is (212,94,179). Sum of RGB (Red+Green+Blue) = 212+94+179=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D45EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45EB3 is #2BA14C. Grayscale: #8A8A8A. Windows color (decimal): -2859341 or 11755220. OLE color: 11755220.

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

Color convert

RGB 212 94 179 -
CMYK 0 0.56 0.16 0.17
HSL 316.78º 0.58% 0.6% -
HSV(B) 316.78º 0.56% 0.83% -
XYZ 39.29 25.26 45.45 -
YUV 138.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 212 94 179 0 0.56 0.16 0.17 316.78 0.58 0.6
Hex D4 5E B3 0 38 10 11 13D 3A 3C
Octal 324 136 263 0 70 20 21 475 72 74
Binary 11010100 1011110 10110011 0 111000 10000 10001 100111101 111010 111100

Color Harmonies of #D45EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45EB3

Black with #D45EB3

Text Example


Text Example

White with #D45EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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