Html Css Color HEX #D844B5 Fuchsia

📋 copy color: '#D844B5'

red 216 ◦ green 68 ◦ blue 181

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

Shades of Fuchsia #D844B5

Tints of Fuchsia #D844B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.92%

R = 46.45%
G = 14.62%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D844B5 (or 0xD844B5) is known color: Fuchsia. HEX triplet: D8, 44 and B5. RGB value is (216,68,181). Sum of RGB (Red+Green+Blue) = 216+68+181=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D844B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D844B5 is #27BB4A. Grayscale: #7C7C7C. Windows color (decimal): -2603851 or 11879640. OLE color: 11879640.

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

Color convert

RGB 216 68 181 -
CMYK 0 0.69 0.16 0.15
HSL 314.19º 0.65% 0.56% -
HSV(B) 314.19º 0.69% 0.85% -
XYZ 38.73 22.07 45.93 -
YUV 125.13 159.53 192.81 -
System Red Green Blue C M Y K H S L
Decimal 216 68 181 0 0.69 0.16 0.15 314.19 0.65 0.56
Hex D8 44 B5 0 45 10 F 13A 41 38
Octal 330 104 265 0 105 20 17 472 101 70
Binary 11011000 1000100 10110101 0 1000101 10000 1111 100111010 1000001 111000

Color Harmonies of #D844B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D844B5

Black with #D844B5

Text Example


Text Example

White with #D844B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D844B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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