Html Css Color HEX #D344B6 Fuchsia

📋 copy color: '#D344B6'

red 211 ◦ green 68 ◦ blue 182

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

Shades of Fuchsia #D344B6

Tints of Fuchsia #D344B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.48%

R = 45.77%
G = 14.75%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D344B6 (or 0xD344B6) is known color: Fuchsia. HEX triplet: D3, 44 and B6. RGB value is (211,68,182). Sum of RGB (Red+Green+Blue) = 211+68+182=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D344B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D344B6 is #2CBB49. Grayscale: #7B7B7B. Windows color (decimal): -2931530 or 11945171. OLE color: 11945171.

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

Color convert

RGB 211 68 182 -
CMYK 0 0.68 0.14 0.17
HSL 312.17º 0.62% 0.55% -
HSV(B) 312.17º 0.68% 0.83% -
XYZ 37.37 21.36 46.41 -
YUV 123.75 160.88 190.23 -
System Red Green Blue C M Y K H S L
Decimal 211 68 182 0 0.68 0.14 0.17 312.17 0.62 0.55
Hex D3 44 B6 0 44 E 11 138 3E 37
Octal 323 104 266 0 104 16 21 470 76 67
Binary 11010011 1000100 10110110 0 1000100 1110 10001 100111000 111110 110111

Color Harmonies of #D344B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D344B6

Black with #D344B6

Text Example


Text Example

White with #D344B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D344B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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