Html Css Color HEX #D444C7 Fuchsia

📋 copy color: '#D444C7'

red 212 ◦ green 68 ◦ blue 199

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

Shades of Fuchsia #D444C7

Tints of Fuchsia #D444C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.54%

R = 44.26%
G = 14.2%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D444C7 (or 0xD444C7) is known color: Fuchsia. HEX triplet: D4, 44 and C7. RGB value is (212,68,199). Sum of RGB (Red+Green+Blue) = 212+68+199=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D444C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D444C7 is #2BBB38. Grayscale: #7D7D7D. Windows color (decimal): -2865977 or 13059284. OLE color: 13059284.

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

Color convert

RGB 212 68 199 -
CMYK 0 0.68 0.06 0.17
HSL 305.42º 0.63% 0.55% -
HSV(B) 305.42º 0.68% 0.83% -
XYZ 39.53 22.25 56.25 -
YUV 125.99 169.21 189.35 -
System Red Green Blue C M Y K H S L
Decimal 212 68 199 0 0.68 0.06 0.17 305.42 0.63 0.55
Hex D4 44 C7 0 44 6 11 131 3F 37
Octal 324 104 307 0 104 6 21 461 77 67
Binary 11010100 1000100 11000111 0 1000100 110 10001 100110001 111111 110111

Color Harmonies of #D444C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D444C7

Black with #D444C7

Text Example


Text Example

White with #D444C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D444C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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