Html Css Color HEX #D944B2 Fuchsia

📋 copy color: '#D944B2'

red 217 ◦ green 68 ◦ blue 178

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

Shades of Fuchsia #D944B2

Tints of Fuchsia #D944B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.44%

R = 46.87%
G = 14.69%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D944B2 (or 0xD944B2) is known color: Fuchsia. HEX triplet: D9, 44 and B2. RGB value is (217,68,178). Sum of RGB (Red+Green+Blue) = 217+68+178=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D944B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D944B2 is #26BB4D. Grayscale: #7C7C7C. Windows color (decimal): -2538318 or 11683033. OLE color: 11683033.

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

Color convert

RGB 217 68 178 -
CMYK 0 0.69 0.18 0.15
HSL 315.7º 0.66% 0.56% -
HSV(B) 315.7º 0.69% 0.85% -
XYZ 38.72 22.1 44.34 -
YUV 125.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 217 68 178 0 0.69 0.18 0.15 315.7 0.66 0.56
Hex D9 44 B2 0 45 12 F 13C 42 38
Octal 331 104 262 0 105 22 17 474 102 70
Binary 11011001 1000100 10110010 0 1000101 10010 1111 100111100 1000010 111000

Color Harmonies of #D944B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D944B2

Black with #D944B2

Text Example


Text Example

White with #D944B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D944B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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