Html Css Color HEX #D444AD Fuchsia

📋 copy color: '#D444AD'

red 212 ◦ green 68 ◦ blue 173

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

Shades of Fuchsia #D444AD

Tints of Fuchsia #D444AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.01%

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

R = 46.8%
G = 15.01%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D444AD (or 0xD444AD) is known color: Fuchsia. HEX triplet: D4, 44 and AD. RGB value is (212,68,173). Sum of RGB (Red+Green+Blue) = 212+68+173=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D444AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D444AD is #2BBB52. Grayscale: #7A7A7A. Windows color (decimal): -2866003 or 11355348. OLE color: 11355348.

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

Color convert

RGB 212 68 173 -
CMYK 0 0.68 0.18 0.17
HSL 316.25º 0.63% 0.55% -
HSV(B) 316.25º 0.68% 0.83% -
XYZ 36.76 21.15 41.68 -
YUV 123.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 212 68 173 0 0.68 0.18 0.17 316.25 0.63 0.55
Hex D4 44 AD 0 44 12 11 13C 3F 37
Octal 324 104 255 0 104 22 21 474 77 67
Binary 11010100 1000100 10101101 0 1000100 10010 10001 100111100 111111 110111

Color Harmonies of #D444AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D444AD

Black with #D444AD

Text Example


Text Example

White with #D444AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D444AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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