Html Css Color HEX #D944C2 Fuchsia

📋 copy color: '#D944C2'

red 217 ◦ green 68 ◦ blue 194

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

Shades of Fuchsia #D944C2

Tints of Fuchsia #D944C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.5%

R = 45.3%
G = 14.2%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D944C2 (or 0xD944C2) is known color: Fuchsia. HEX triplet: D9, 44 and C2. RGB value is (217,68,194). Sum of RGB (Red+Green+Blue) = 217+68+194=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D944C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D944C2 is #26BB3D. Grayscale: #7E7E7E. Windows color (decimal): -2538302 or 12731609. OLE color: 12731609.

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

Color convert

RGB 217 68 194 -
CMYK 0 0.69 0.11 0.15
HSL 309.26º 0.66% 0.56% -
HSV(B) 309.26º 0.69% 0.85% -
XYZ 40.42 22.78 53.31 -
YUV 126.92 165.86 192.25 -
System Red Green Blue C M Y K H S L
Decimal 217 68 194 0 0.69 0.11 0.15 309.26 0.66 0.56
Hex D9 44 C2 0 45 B F 135 42 38
Octal 331 104 302 0 105 13 17 465 102 70
Binary 11011001 1000100 11000010 0 1000101 1011 1111 100110101 1000010 111000

Color Harmonies of #D944C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D944C2

Black with #D944C2

Text Example


Text Example

White with #D944C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D944C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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