Html Css Color HEX #D444C3 Fuchsia

📋 copy color: '#D444C3'

red 212 ◦ green 68 ◦ blue 195

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

Shades of Fuchsia #D444C3

Tints of Fuchsia #D444C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.05%

R = 44.63%
G = 14.32%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D444C3 (or 0xD444C3) is known color: Fuchsia. HEX triplet: D4, 44 and C3. RGB value is (212,68,195). Sum of RGB (Red+Green+Blue) = 212+68+195=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D444C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D444C3 is #2BBB3C. Grayscale: #7D7D7D. Windows color (decimal): -2865981 or 12797140. OLE color: 12797140.

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

Color convert

RGB 212 68 195 -
CMYK 0 0.68 0.08 0.17
HSL 307.08º 0.63% 0.55% -
HSV(B) 307.08º 0.68% 0.83% -
XYZ 39.07 22.07 53.83 -
YUV 125.53 167.21 189.67 -
System Red Green Blue C M Y K H S L
Decimal 212 68 195 0 0.68 0.08 0.17 307.08 0.63 0.55
Hex D4 44 C3 0 44 8 11 133 3F 37
Octal 324 104 303 0 104 10 21 463 77 67
Binary 11010100 1000100 11000011 0 1000100 1000 10001 100110011 111111 110111

Color Harmonies of #D444C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D444C3

Black with #D444C3

Text Example


Text Example

White with #D444C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D444C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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