Html Css Color HEX #D844B0 Fuchsia

📋 copy color: '#D844B0'

red 216 ◦ green 68 ◦ blue 176

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

Shades of Fuchsia #D844B0

Tints of Fuchsia #D844B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.26%

R = 46.96%
G = 14.78%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D844B0 (or 0xD844B0) is known color: Fuchsia. HEX triplet: D8, 44 and B0. RGB value is (216,68,176). Sum of RGB (Red+Green+Blue) = 216+68+176=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D844B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D844B0 is #27BB4F. Grayscale: #7C7C7C. Windows color (decimal): -2603856 or 11551960. OLE color: 11551960.

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

Color convert

RGB 216 68 176 -
CMYK 0 0.69 0.19 0.15
HSL 316.22º 0.65% 0.56% -
HSV(B) 316.22º 0.69% 0.85% -
XYZ 38.22 21.87 43.28 -
YUV 124.56 157.03 193.22 -
System Red Green Blue C M Y K H S L
Decimal 216 68 176 0 0.69 0.19 0.15 316.22 0.65 0.56
Hex D8 44 B0 0 45 13 F 13C 41 38
Octal 330 104 260 0 105 23 17 474 101 70
Binary 11011000 1000100 10110000 0 1000101 10011 1111 100111100 1000001 111000

Color Harmonies of #D844B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D844B0

Black with #D844B0

Text Example


Text Example

White with #D844B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D844B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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