Html Css Color HEX #D45AB9 Fuchsia

📋 copy color: '#D45AB9'

red 212 ◦ green 90 ◦ blue 185

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

Shades of Fuchsia #D45AB9

Tints of Fuchsia #D45AB9

RGB

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

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

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

R = 43.53%
G = 18.48%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D45AB9 (or 0xD45AB9) is known color: Fuchsia. HEX triplet: D4, 5A and B9. RGB value is (212,90,185). Sum of RGB (Red+Green+Blue) = 212+90+185=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D45AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45AB9 is #2BA546. Grayscale: #898989. Windows color (decimal): -2860359 or 12147412. OLE color: 12147412.

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

Color convert

RGB 212 90 185 -
CMYK 0 0.58 0.13 0.17
HSL 313.28º 0.59% 0.59% -
HSV(B) 313.28º 0.58% 0.83% -
XYZ 39.56 24.81 48.6 -
YUV 137.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 212 90 185 0 0.58 0.13 0.17 313.28 0.59 0.59
Hex D4 5A B9 0 3A D 11 139 3B 3B
Octal 324 132 271 0 72 15 21 471 73 73
Binary 11010100 1011010 10111001 0 111010 1101 10001 100111001 111011 111011

Color Harmonies of #D45AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45AB9

Black with #D45AB9

Text Example


Text Example

White with #D45AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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