Html Css Color HEX #D45ABC Fuchsia

📋 copy color: '#D45ABC'

red 212 ◦ green 90 ◦ blue 188

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

Shades of Fuchsia #D45ABC

Tints of Fuchsia #D45ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.37%

R = 43.27%
G = 18.37%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D45ABC (or 0xD45ABC) is known color: Fuchsia. HEX triplet: D4, 5A and BC. RGB value is (212,90,188). Sum of RGB (Red+Green+Blue) = 212+90+188=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D45ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45ABC is #2BA543. Grayscale: #898989. Windows color (decimal): -2860356 or 12344020. OLE color: 12344020.

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

Color convert

RGB 212 90 188 -
CMYK 0 0.58 0.11 0.17
HSL 311.8º 0.59% 0.59% -
HSV(B) 311.8º 0.58% 0.83% -
XYZ 39.88 24.94 50.29 -
YUV 137.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 212 90 188 0 0.58 0.11 0.17 311.8 0.59 0.59
Hex D4 5A BC 0 3A B 11 138 3B 3B
Octal 324 132 274 0 72 13 21 470 73 73
Binary 11010100 1011010 10111100 0 111010 1011 10001 100111000 111011 111011

Color Harmonies of #D45ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45ABC

Black with #D45ABC

Text Example


Text Example

White with #D45ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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