Html Css Color HEX #D849C3 Fuchsia

📋 copy color: '#D849C3'

red 216 ◦ green 73 ◦ blue 195

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

Shades of Fuchsia #D849C3

Tints of Fuchsia #D849C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.29%

R = 44.63%
G = 15.08%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D849C3 (or 0xD849C3) is known color: Fuchsia. HEX triplet: D8, 49 and C3. RGB value is (216,73,195). Sum of RGB (Red+Green+Blue) = 216+73+195=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D849C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D849C3 is #27B63C. Grayscale: #818181. Windows color (decimal): -2602557 or 12798424. OLE color: 12798424.

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

Color convert

RGB 216 73 195 -
CMYK 0 0.66 0.10 0.15
HSL 308.81º 0.65% 0.57% -
HSV(B) 308.81º 0.66% 0.85% -
XYZ 40.55 23.3 53.99 -
YUV 129.67 164.88 189.58 -
System Red Green Blue C M Y K H S L
Decimal 216 73 195 0 0.66 0.10 0.15 308.81 0.65 0.57
Hex D8 49 C3 0 42 A F 135 41 39
Octal 330 111 303 0 102 12 17 465 101 71
Binary 11011000 1001001 11000011 0 1000010 1010 1111 100110101 1000001 111001

Color Harmonies of #D849C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D849C3

Black with #D849C3

Text Example


Text Example

White with #D849C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D849C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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