Html Css Color HEX #D961B2 Fuchsia

📋 copy color: '#D961B2'

red 217 ◦ green 97 ◦ blue 178

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

Shades of Fuchsia #D961B2

Tints of Fuchsia #D961B2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.72%

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

R = 44.11%
G = 19.72%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D961B2 (or 0xD961B2) is known color: Fuchsia. HEX triplet: D9, 61 and B2. RGB value is (217,97,178). Sum of RGB (Red+Green+Blue) = 217+97+178=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D961B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D961B2 is #269E4D. Grayscale: #8D8D8D. Windows color (decimal): -2530894 or 11690457. OLE color: 11690457.

HSL color Cylindrical-coordinate representation of color #D961B2: hue angle of 319.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D961B2 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 178 -
CMYK 0 0.55 0.18 0.15
HSL 319.5º 0.61% 0.62% -
HSV(B) 319.5º 0.55% 0.85% -
XYZ 40.93 26.52 45.08 -
YUV 142.11 148.26 181.41 -
System Red Green Blue C M Y K H S L
Decimal 217 97 178 0 0.55 0.18 0.15 319.5 0.61 0.62
Hex D9 61 B2 0 37 12 F 140 3D 3E
Octal 331 141 262 0 67 22 17 500 75 76
Binary 11011001 1100001 10110010 0 110111 10010 1111 101000000 111101 111110

Color Harmonies of #D961B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961B2

Black with #D961B2

Text Example


Text Example

White with #D961B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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