Html Css Color HEX #D849B2 Fuchsia

📋 copy color: '#D849B2'

red 216 ◦ green 73 ◦ blue 178

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

Shades of Fuchsia #D849B2

Tints of Fuchsia #D849B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.12%

R = 46.25%
G = 15.63%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D849B2 (or 0xD849B2) is known color: Fuchsia. HEX triplet: D8, 49 and B2. RGB value is (216,73,178). Sum of RGB (Red+Green+Blue) = 216+73+178=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D849B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D849B2 is #27B64D. Grayscale: #7F7F7F. Windows color (decimal): -2602574 or 11684312. OLE color: 11684312.

HSL color Cylindrical-coordinate representation of color #D849B2: hue angle of 315.94º 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 #D849B2 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 73 178 -
CMYK 0 0.66 0.18 0.15
HSL 315.94º 0.65% 0.57% -
HSV(B) 315.94º 0.66% 0.85% -
XYZ 38.74 22.58 44.44 -
YUV 127.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 216 73 178 0 0.66 0.18 0.15 315.94 0.65 0.57
Hex D8 49 B2 0 42 12 F 13C 41 39
Octal 330 111 262 0 102 22 17 474 101 71
Binary 11011000 1001001 10110010 0 1000010 10010 1111 100111100 1000001 111001

Color Harmonies of #D849B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D849B2

Black with #D849B2

Text Example


Text Example

White with #D849B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D849B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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