Html Css Color HEX #D349B8 Fuchsia

📋 copy color: '#D349B8'

red 211 ◦ green 73 ◦ blue 184

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

Shades of Fuchsia #D349B8

Tints of Fuchsia #D349B8

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.6%

 BLUE value IS 184 (72.27% from 255) = 39.32%

R = 45.09%
G = 15.6%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D349B8 (or 0xD349B8) is known color: Fuchsia. HEX triplet: D3, 49 and B8. RGB value is (211,73,184). Sum of RGB (Red+Green+Blue) = 211+73+184=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D349B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D349B8 is #2CB647. Grayscale: #7E7E7E. Windows color (decimal): -2930248 or 12077523. OLE color: 12077523.

HSL color Cylindrical-coordinate representation of color #D349B8: hue angle of 311.74º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D349B8 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 73 184 -
CMYK 0 0.65 0.13 0.17
HSL 311.74º 0.61% 0.56% -
HSV(B) 311.74º 0.65% 0.83% -
XYZ 37.9 22.07 47.61 -
YUV 126.92 160.22 187.97 -
System Red Green Blue C M Y K H S L
Decimal 211 73 184 0 0.65 0.13 0.17 311.74 0.61 0.56
Hex D3 49 B8 0 41 D 11 138 3D 38
Octal 323 111 270 0 101 15 21 470 75 70
Binary 11010011 1001001 10111000 0 1000001 1101 10001 100111000 111101 111000

Color Harmonies of #D349B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D349B8

Black with #D349B8

Text Example


Text Example

White with #D349B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D349B8; }

 p { color: rgb(211,73,184); }

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

background-color css

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

 a { background-color: rgb(211,73,184); }

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

border-color css

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

 span { border-color: rgb(211,73,184); }

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