Html Css Color HEX #D444B5 Fuchsia

📋 copy color: '#D444B5'

red 212 ◦ green 68 ◦ blue 181

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

Shades of Fuchsia #D444B5

Tints of Fuchsia #D444B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.26%

R = 45.99%
G = 14.75%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D444B5 (or 0xD444B5) is known color: Fuchsia. HEX triplet: D4, 44 and B5. RGB value is (212,68,181). Sum of RGB (Red+Green+Blue) = 212+68+181=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D444B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D444B5 is #2BBB4A. Grayscale: #7B7B7B. Windows color (decimal): -2865995 or 11879636. OLE color: 11879636.

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

Color convert

RGB 212 68 181 -
CMYK 0 0.68 0.15 0.17
HSL 312.92º 0.63% 0.55% -
HSV(B) 312.92º 0.68% 0.83% -
XYZ 37.56 21.47 45.88 -
YUV 123.94 160.21 190.81 -
System Red Green Blue C M Y K H S L
Decimal 212 68 181 0 0.68 0.15 0.17 312.92 0.63 0.55
Hex D4 44 B5 0 44 F 11 139 3F 37
Octal 324 104 265 0 104 17 21 471 77 67
Binary 11010100 1000100 10110101 0 1000100 1111 10001 100111001 111111 110111

Color Harmonies of #D444B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D444B5

Black with #D444B5

Text Example


Text Example

White with #D444B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D444B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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