Html Css Color HEX #D849B7 Fuchsia

📋 copy color: '#D849B7'

red 216 ◦ green 73 ◦ blue 183

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

Shades of Fuchsia #D849B7

Tints of Fuchsia #D849B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 45.76%
G = 15.47%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D849B7 (or 0xD849B7) is known color: Fuchsia. HEX triplet: D8, 49 and B7. RGB value is (216,73,183). Sum of RGB (Red+Green+Blue) = 216+73+183=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D849B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D849B7 is #27B648. Grayscale: #808080. Windows color (decimal): -2602569 or 12011992. OLE color: 12011992.

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

Color convert

RGB 216 73 183 -
CMYK 0 0.66 0.15 0.15
HSL 313.85º 0.65% 0.57% -
HSV(B) 313.85º 0.66% 0.85% -
XYZ 39.25 22.78 47.13 -
YUV 128.3 158.88 190.56 -
System Red Green Blue C M Y K H S L
Decimal 216 73 183 0 0.66 0.15 0.15 313.85 0.65 0.57
Hex D8 49 B7 0 42 F F 13A 41 39
Octal 330 111 267 0 102 17 17 472 101 71
Binary 11011000 1001001 10110111 0 1000010 1111 1111 100111010 1000001 111001

Color Harmonies of #D849B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D849B7

Black with #D849B7

Text Example


Text Example

White with #D849B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D849B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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