Html Css Color HEX #D444B3 Fuchsia

📋 copy color: '#D444B3'

red 212 ◦ green 68 ◦ blue 179

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

Shades of Fuchsia #D444B3

Tints of Fuchsia #D444B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39%

R = 46.19%
G = 14.81%
B = 39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D444B3 (or 0xD444B3) is known color: Fuchsia. HEX triplet: D4, 44 and B3. RGB value is (212,68,179). Sum of RGB (Red+Green+Blue) = 212+68+179=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D444B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D444B3 is #2BBB4C. Grayscale: #7B7B7B. Windows color (decimal): -2865997 or 11748564. OLE color: 11748564.

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

Color convert

RGB 212 68 179 -
CMYK 0 0.68 0.16 0.17
HSL 313.75º 0.63% 0.55% -
HSV(B) 313.75º 0.68% 0.83% -
XYZ 37.36 21.39 44.81 -
YUV 123.71 159.21 190.97 -
System Red Green Blue C M Y K H S L
Decimal 212 68 179 0 0.68 0.16 0.17 313.75 0.63 0.55
Hex D4 44 B3 0 44 10 11 13A 3F 37
Octal 324 104 263 0 104 20 21 472 77 67
Binary 11010100 1000100 10110011 0 1000100 10000 10001 100111010 111111 110111

Color Harmonies of #D444B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D444B3

Black with #D444B3

Text Example


Text Example

White with #D444B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D444B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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