Html Css Color HEX #D45AC0 Fuchsia

📋 copy color: '#D45AC0'

red 212 ◦ green 90 ◦ blue 192

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

Shades of Fuchsia #D45AC0

Tints of Fuchsia #D45AC0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.22%

 BLUE value IS 192 (75.39% from 255) = 38.87%

R = 42.91%
G = 18.22%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D45AC0 (or 0xD45AC0) is known color: Fuchsia. HEX triplet: D4, 5A and C0. RGB value is (212,90,192). Sum of RGB (Red+Green+Blue) = 212+90+192=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D45AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45AC0 is #2BA53F. Grayscale: #898989. Windows color (decimal): -2860352 or 12606164. OLE color: 12606164.

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

Color convert

RGB 212 90 192 -
CMYK 0 0.58 0.09 0.17
HSL 309.84º 0.59% 0.59% -
HSV(B) 309.84º 0.58% 0.83% -
XYZ 40.32 25.12 52.59 -
YUV 138.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 212 90 192 0 0.58 0.09 0.17 309.84 0.59 0.59
Hex D4 5A C0 0 3A 9 11 136 3B 3B
Octal 324 132 300 0 72 11 21 466 73 73
Binary 11010100 1011010 11000000 0 111010 1001 10001 100110110 111011 111011

Color Harmonies of #D45AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45AC0

Black with #D45AC0

Text Example


Text Example

White with #D45AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45AC0; }

 p { color: rgb(212,90,192); }

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

background-color css

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

 a { background-color: rgb(212,90,192); }

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

border-color css

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

 span { border-color: rgb(212,90,192); }

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