Html Css Color HEX #D961B4 Fuchsia

📋 copy color: '#D961B4'

red 217 ◦ green 97 ◦ blue 180

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

Shades of Fuchsia #D961B4

Tints of Fuchsia #D961B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.44%

R = 43.93%
G = 19.64%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D961B4 (or 0xD961B4) is known color: Fuchsia. HEX triplet: D9, 61 and B4. RGB value is (217,97,180). Sum of RGB (Red+Green+Blue) = 217+97+180=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D961B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961B4 is #269E4B. Grayscale: #8E8E8E. Windows color (decimal): -2530892 or 11821529. OLE color: 11821529.

HSL color Cylindrical-coordinate representation of color #D961B4: hue angle of 318.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 #D961B4 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 180 -
CMYK 0 0.55 0.17 0.15
HSL 318.5º 0.61% 0.62% -
HSV(B) 318.5º 0.55% 0.85% -
XYZ 41.13 26.6 46.15 -
YUV 142.34 149.26 181.25 -
System Red Green Blue C M Y K H S L
Decimal 217 97 180 0 0.55 0.17 0.15 318.5 0.61 0.62
Hex D9 61 B4 0 37 11 F 13E 3D 3E
Octal 331 141 264 0 67 21 17 476 75 76
Binary 11011001 1100001 10110100 0 110111 10001 1111 100111110 111101 111110

Color Harmonies of #D961B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961B4

Black with #D961B4

Text Example


Text Example

White with #D961B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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