Html Css Color HEX #D844B9 Fuchsia

📋 copy color: '#D844B9'

red 216 ◦ green 68 ◦ blue 185

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

Shades of Fuchsia #D844B9

Tints of Fuchsia #D844B9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.5%

 BLUE value IS 185 (72.66% from 255) = 39.45%

R = 46.06%
G = 14.5%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D844B9 (or 0xD844B9) is known color: Fuchsia. HEX triplet: D8, 44 and B9. RGB value is (216,68,185). Sum of RGB (Red+Green+Blue) = 216+68+185=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D844B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D844B9 is #27BB46. Grayscale: #7D7D7D. Windows color (decimal): -2603847 or 12141784. OLE color: 12141784.

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

Color convert

RGB 216 68 185 -
CMYK 0 0.69 0.14 0.15
HSL 312.57º 0.65% 0.56% -
HSV(B) 312.57º 0.69% 0.85% -
XYZ 39.14 22.24 48.13 -
YUV 125.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 216 68 185 0 0.69 0.14 0.15 312.57 0.65 0.56
Hex D8 44 B9 0 45 E F 139 41 38
Octal 330 104 271 0 105 16 17 471 101 70
Binary 11011000 1000100 10111001 0 1000101 1110 1111 100111001 1000001 111000

Color Harmonies of #D844B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D844B9

Black with #D844B9

Text Example


Text Example

White with #D844B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D844B9; }

 p { color: rgb(216,68,185); }

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

background-color css

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

 a { background-color: rgb(216,68,185); }

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

border-color css

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

 span { border-color: rgb(216,68,185); }

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