Html Css Color HEX #D45ABE Fuchsia

📋 copy color: '#D45ABE'

red 212 ◦ green 90 ◦ blue 190

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

Shades of Fuchsia #D45ABE

Tints of Fuchsia #D45ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 43.09%
G = 18.29%
B = 38.62%

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

#D45ABE (or 0xD45ABE) is known color: Fuchsia. HEX triplet: D4, 5A and BE. RGB value is (212,90,190). Sum of RGB (Red+Green+Blue) = 212+90+190=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D45ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45ABE is #2BA541. Grayscale: #898989. Windows color (decimal): -2860354 or 12475092. OLE color: 12475092.

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

Color convert

RGB 212 90 190 -
CMYK 0 0.58 0.10 0.17
HSL 310.82º 0.59% 0.59% -
HSV(B) 310.82º 0.58% 0.83% -
XYZ 40.1 25.03 51.43 -
YUV 137.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 212 90 190 0 0.58 0.10 0.17 310.82 0.59 0.59
Hex D4 5A BE 0 3A A 11 137 3B 3B
Octal 324 132 276 0 72 12 21 467 73 73
Binary 11010100 1011010 10111110 0 111010 1010 10001 100110111 111011 111011

Color Harmonies of #D45ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45ABE

Black with #D45ABE

Text Example


Text Example

White with #D45ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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