Html Css Color HEX #D45EB0 Fuchsia

📋 copy color: '#D45EB0'

red 212 ◦ green 94 ◦ blue 176

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

Shades of Fuchsia #D45EB0

Tints of Fuchsia #D45EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 43.98%
G = 19.5%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D45EB0 (or 0xD45EB0) is known color: Fuchsia. HEX triplet: D4, 5E and B0. RGB value is (212,94,176). Sum of RGB (Red+Green+Blue) = 212+94+176=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D45EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45EB0 is #2BA14F. Grayscale: #8A8A8A. Windows color (decimal): -2859344 or 11558612. OLE color: 11558612.

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

Color convert

RGB 212 94 176 -
CMYK 0 0.56 0.17 0.17
HSL 318.31º 0.58% 0.6% -
HSV(B) 318.31º 0.56% 0.83% -
XYZ 38.99 25.14 43.87 -
YUV 138.63 149.09 180.33 -
System Red Green Blue C M Y K H S L
Decimal 212 94 176 0 0.56 0.17 0.17 318.31 0.58 0.6
Hex D4 5E B0 0 38 11 11 13E 3A 3C
Octal 324 136 260 0 70 21 21 476 72 74
Binary 11010100 1011110 10110000 0 111000 10001 10001 100111110 111010 111100

Color Harmonies of #D45EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45EB0

Black with #D45EB0

Text Example


Text Example

White with #D45EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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