Html Css Color HEX #D344C7 Fuchsia

📋 copy color: '#D344C7'

red 211 ◦ green 68 ◦ blue 199

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

Shades of Fuchsia #D344C7

Tints of Fuchsia #D344C7

RGB

 RED value IS 211 (82.81% from 255) = 44.14%

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

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

R = 44.14%
G = 14.23%
B = 41.63%

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

#D344C7 (or 0xD344C7) is known color: Fuchsia. HEX triplet: D3, 44 and C7. RGB value is (211,68,199). Sum of RGB (Red+Green+Blue) = 211+68+199=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D344C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D344C7 is #2CBB38. Grayscale: #7D7D7D. Windows color (decimal): -2931513 or 13059283. OLE color: 13059283.

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

Color convert

RGB 211 68 199 -
CMYK 0 0.68 0.06 0.17
HSL 305.04º 0.62% 0.55% -
HSV(B) 305.04º 0.68% 0.83% -
XYZ 39.24 22.11 56.23 -
YUV 125.69 169.38 188.85 -
System Red Green Blue C M Y K H S L
Decimal 211 68 199 0 0.68 0.06 0.17 305.04 0.62 0.55
Hex D3 44 C7 0 44 6 11 131 3E 37
Octal 323 104 307 0 104 6 21 461 76 67
Binary 11010011 1000100 11000111 0 1000100 110 10001 100110001 111110 110111

Color Harmonies of #D344C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D344C7

Black with #D344C7

Text Example


Text Example

White with #D344C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D344C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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