Html Css Color HEX #D448AD Fuchsia

📋 copy color: '#D448AD'

red 212 ◦ green 72 ◦ blue 173

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

Shades of Fuchsia #D448AD

Tints of Fuchsia #D448AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.75%

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 46.39%
G = 15.75%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D448AD (or 0xD448AD) is known color: Fuchsia. HEX triplet: D4, 48 and AD. RGB value is (212,72,173). Sum of RGB (Red+Green+Blue) = 212+72+173=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D448AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D448AD is #2BB752. Grayscale: #7D7D7D. Windows color (decimal): -2864979 or 11356372. OLE color: 11356372.

HSL color Cylindrical-coordinate representation of color #D448AD: hue angle of 316.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D448AD is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 72 173 -
CMYK 0 0.66 0.18 0.17
HSL 316.71º 0.62% 0.56% -
HSV(B) 316.71º 0.66% 0.83% -
XYZ 37.01 21.65 41.76 -
YUV 125.37 154.88 189.79 -
System Red Green Blue C M Y K H S L
Decimal 212 72 173 0 0.66 0.18 0.17 316.71 0.62 0.56
Hex D4 48 AD 0 42 12 11 13D 3E 38
Octal 324 110 255 0 102 22 21 475 76 70
Binary 11010100 1001000 10101101 0 1000010 10010 10001 100111101 111110 111000

Color Harmonies of #D448AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448AD

Black with #D448AD

Text Example


Text Example

White with #D448AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448AD; }

 p { color: rgb(212,72,173); }

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

background-color css

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

 a { background-color: rgb(212,72,173); }

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

border-color css

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

 span { border-color: rgb(212,72,173); }

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