Html Css Color HEX #D849B8 Fuchsia

📋 copy color: '#D849B8'

red 216 ◦ green 73 ◦ blue 184

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

Shades of Fuchsia #D849B8

Tints of Fuchsia #D849B8

RGB

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

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

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

R = 45.67%
G = 15.43%
B = 38.9%

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

#D849B8 (or 0xD849B8) is known color: Fuchsia. HEX triplet: D8, 49 and B8. RGB value is (216,73,184). Sum of RGB (Red+Green+Blue) = 216+73+184=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D849B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D849B8 is #27B647. Grayscale: #808080. Windows color (decimal): -2602568 or 12077528. OLE color: 12077528.

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

Color convert

RGB 216 73 184 -
CMYK 0 0.66 0.15 0.15
HSL 313.43º 0.65% 0.57% -
HSV(B) 313.43º 0.66% 0.85% -
XYZ 39.35 22.82 47.68 -
YUV 128.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 216 73 184 0 0.66 0.15 0.15 313.43 0.65 0.57
Hex D8 49 B8 0 42 F F 139 41 39
Octal 330 111 270 0 102 17 17 471 101 71
Binary 11011000 1001001 10111000 0 1000010 1111 1111 100111001 1000001 111001

Color Harmonies of #D849B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D849B8

Black with #D849B8

Text Example


Text Example

White with #D849B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D849B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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