Html Css Color HEX #D944C5 Fuchsia

📋 copy color: '#D944C5'

red 217 ◦ green 68 ◦ blue 197

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

Shades of Fuchsia #D944C5

Tints of Fuchsia #D944C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.87%

R = 45.02%
G = 14.11%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D944C5 (or 0xD944C5) is known color: Fuchsia. HEX triplet: D9, 44 and C5. RGB value is (217,68,197). Sum of RGB (Red+Green+Blue) = 217+68+197=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D944C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D944C5 is #26BB3A. Grayscale: #7E7E7E. Windows color (decimal): -2538299 or 12928217. OLE color: 12928217.

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

Color convert

RGB 217 68 197 -
CMYK 0 0.69 0.09 0.15
HSL 308.05º 0.66% 0.56% -
HSV(B) 308.05º 0.69% 0.85% -
XYZ 40.76 22.92 55.1 -
YUV 127.26 167.36 192.01 -
System Red Green Blue C M Y K H S L
Decimal 217 68 197 0 0.69 0.09 0.15 308.05 0.66 0.56
Hex D9 44 C5 0 45 9 F 134 42 38
Octal 331 104 305 0 105 11 17 464 102 70
Binary 11011001 1000100 11000101 0 1000101 1001 1111 100110100 1000010 111000

Color Harmonies of #D944C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D944C5

Black with #D944C5

Text Example


Text Example

White with #D944C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D944C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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