Html Css Color HEX #D849B3 Fuchsia

📋 copy color: '#D849B3'

red 216 ◦ green 73 ◦ blue 179

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

Shades of Fuchsia #D849B3

Tints of Fuchsia #D849B3

RGB

 RED value IS 216 (84.77% from 255) = 46.15%

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

 BLUE value IS 179 (70.31% from 255) = 38.25%

R = 46.15%
G = 15.6%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D849B3 (or 0xD849B3) is known color: Fuchsia. HEX triplet: D8, 49 and B3. RGB value is (216,73,179). Sum of RGB (Red+Green+Blue) = 216+73+179=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D849B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D849B3 is #27B64C. Grayscale: #7F7F7F. Windows color (decimal): -2602573 or 11749848. OLE color: 11749848.

HSL color Cylindrical-coordinate representation of color #D849B3: hue angle of 315.52º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D849B3 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 73 179 -
CMYK 0 0.66 0.17 0.15
HSL 315.52º 0.65% 0.57% -
HSV(B) 315.52º 0.66% 0.85% -
XYZ 38.84 22.62 44.97 -
YUV 127.84 156.88 190.88 -
System Red Green Blue C M Y K H S L
Decimal 216 73 179 0 0.66 0.17 0.15 315.52 0.65 0.57
Hex D8 49 B3 0 42 11 F 13C 41 39
Octal 330 111 263 0 102 21 17 474 101 71
Binary 11011000 1001001 10110011 0 1000010 10001 1111 100111100 1000001 111001

Color Harmonies of #D849B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D849B3

Black with #D849B3

Text Example


Text Example

White with #D849B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D849B3; }

 p { color: rgb(216,73,179); }

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

background-color css

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

 a { background-color: rgb(216,73,179); }

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

border-color css

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

 span { border-color: rgb(216,73,179); }

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