Html Css Color HEX #D45ABF Fuchsia

📋 copy color: '#D45ABF'

red 212 ◦ green 90 ◦ blue 191

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

Shades of Fuchsia #D45ABF

Tints of Fuchsia #D45ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.74%

R = 43%
G = 18.26%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D45ABF (or 0xD45ABF) is known color: Fuchsia. HEX triplet: D4, 5A and BF. RGB value is (212,90,191). Sum of RGB (Red+Green+Blue) = 212+90+191=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D45ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45ABF is #2BA540. Grayscale: #898989. Windows color (decimal): -2860353 or 12540628. OLE color: 12540628.

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

Color convert

RGB 212 90 191 -
CMYK 0 0.58 0.10 0.17
HSL 310.33º 0.59% 0.59% -
HSV(B) 310.33º 0.58% 0.83% -
XYZ 40.21 25.07 52.01 -
YUV 137.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 212 90 191 0 0.58 0.10 0.17 310.33 0.59 0.59
Hex D4 5A BF 0 3A A 11 136 3B 3B
Octal 324 132 277 0 72 12 21 466 73 73
Binary 11010100 1011010 10111111 0 111010 1010 10001 100110110 111011 111011

Color Harmonies of #D45ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45ABF

Black with #D45ABF

Text Example


Text Example

White with #D45ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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