Html Css Color HEX #D844B1 Fuchsia

📋 copy color: '#D844B1'

red 216 ◦ green 68 ◦ blue 177

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

Shades of Fuchsia #D844B1

Tints of Fuchsia #D844B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.39%

R = 46.85%
G = 14.75%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D844B1 (or 0xD844B1) is known color: Fuchsia. HEX triplet: D8, 44 and B1. RGB value is (216,68,177). Sum of RGB (Red+Green+Blue) = 216+68+177=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D844B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D844B1 is #27BB4E. Grayscale: #7C7C7C. Windows color (decimal): -2603855 or 11617496. OLE color: 11617496.

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

Color convert

RGB 216 68 177 -
CMYK 0 0.69 0.18 0.15
HSL 315.81º 0.65% 0.56% -
HSV(B) 315.81º 0.69% 0.85% -
XYZ 38.32 21.91 43.8 -
YUV 124.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 216 68 177 0 0.69 0.18 0.15 315.81 0.65 0.56
Hex D8 44 B1 0 45 12 F 13C 41 38
Octal 330 104 261 0 105 22 17 474 101 70
Binary 11011000 1000100 10110001 0 1000101 10010 1111 100111100 1000001 111000

Color Harmonies of #D844B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D844B1

Black with #D844B1

Text Example


Text Example

White with #D844B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D844B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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