Html Css Color HEX #D961B9 Fuchsia

📋 copy color: '#D961B9'

red 217 ◦ green 97 ◦ blue 185

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

Shades of Fuchsia #D961B9

Tints of Fuchsia #D961B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.07%

R = 43.49%
G = 19.44%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D961B9 (or 0xD961B9) is known color: Fuchsia. HEX triplet: D9, 61 and B9. RGB value is (217,97,185). Sum of RGB (Red+Green+Blue) = 217+97+185=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D961B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961B9 is #269E46. Grayscale: #8E8E8E. Windows color (decimal): -2530887 or 12149209. OLE color: 12149209.

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

Color convert

RGB 217 97 185 -
CMYK 0 0.55 0.15 0.15
HSL 316º 0.61% 0.62% -
HSV(B) 316º 0.55% 0.85% -
XYZ 41.65 26.8 48.88 -
YUV 142.91 151.76 180.84 -
System Red Green Blue C M Y K H S L
Decimal 217 97 185 0 0.55 0.15 0.15 316 0.61 0.62
Hex D9 61 B9 0 37 F F 13C 3D 3E
Octal 331 141 271 0 67 17 17 474 75 76
Binary 11011001 1100001 10111001 0 110111 1111 1111 100111100 111101 111110

Color Harmonies of #D961B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961B9

Black with #D961B9

Text Example


Text Example

White with #D961B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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