Html Css Color HEX #D45AB4 Fuchsia

📋 copy color: '#D45AB4'

red 212 ◦ green 90 ◦ blue 180

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

Shades of Fuchsia #D45AB4

Tints of Fuchsia #D45AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.34%

R = 43.98%
G = 18.67%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D45AB4 (or 0xD45AB4) is known color: Fuchsia. HEX triplet: D4, 5A and B4. RGB value is (212,90,180). Sum of RGB (Red+Green+Blue) = 212+90+180=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D45AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45AB4 is #2BA54B. Grayscale: #888888. Windows color (decimal): -2860364 or 11819732. OLE color: 11819732.

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

Color convert

RGB 212 90 180 -
CMYK 0 0.58 0.15 0.17
HSL 315.74º 0.59% 0.59% -
HSV(B) 315.74º 0.58% 0.83% -
XYZ 39.05 24.6 45.87 -
YUV 136.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 212 90 180 0 0.58 0.15 0.17 315.74 0.59 0.59
Hex D4 5A B4 0 3A F 11 13C 3B 3B
Octal 324 132 264 0 72 17 21 474 73 73
Binary 11010100 1011010 10110100 0 111010 1111 10001 100111100 111011 111011

Color Harmonies of #D45AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45AB4

Black with #D45AB4

Text Example


Text Example

White with #D45AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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