Html Css Color HEX #D944B0 Fuchsia

📋 copy color: '#D944B0'

red 217 ◦ green 68 ◦ blue 176

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

Shades of Fuchsia #D944B0

Tints of Fuchsia #D944B0

RGB

 RED value IS 217 (85.16% from 255) = 47.07%

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

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

R = 47.07%
G = 14.75%
B = 38.18%

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

#D944B0 (or 0xD944B0) is known color: Fuchsia. HEX triplet: D9, 44 and B0. RGB value is (217,68,176). Sum of RGB (Red+Green+Blue) = 217+68+176=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D944B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D944B0 is #26BB4F. Grayscale: #7C7C7C. Windows color (decimal): -2538320 or 11551961. OLE color: 11551961.

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

Color convert

RGB 217 68 176 -
CMYK 0 0.69 0.19 0.15
HSL 316.51º 0.66% 0.56% -
HSV(B) 316.51º 0.69% 0.85% -
XYZ 38.52 22.02 43.29 -
YUV 124.86 156.86 193.72 -
System Red Green Blue C M Y K H S L
Decimal 217 68 176 0 0.69 0.19 0.15 316.51 0.66 0.56
Hex D9 44 B0 0 45 13 F 13D 42 38
Octal 331 104 260 0 105 23 17 475 102 70
Binary 11011001 1000100 10110000 0 1000101 10011 1111 100111101 1000010 111000

Color Harmonies of #D944B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D944B0

Black with #D944B0

Text Example


Text Example

White with #D944B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D944B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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