Html Css Color HEX #D960B2 Fuchsia

📋 copy color: '#D960B2'

red 217 ◦ green 96 ◦ blue 178

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

Shades of Fuchsia #D960B2

Tints of Fuchsia #D960B2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.55%

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

R = 44.2%
G = 19.55%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D960B2 (or 0xD960B2) is known color: Fuchsia. HEX triplet: D9, 60 and B2. RGB value is (217,96,178). Sum of RGB (Red+Green+Blue) = 217+96+178=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D960B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D960B2 is #269F4D. Grayscale: #8D8D8D. Windows color (decimal): -2531150 or 11690201. OLE color: 11690201.

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

Color convert

RGB 217 96 178 -
CMYK 0 0.56 0.18 0.15
HSL 319.34º 0.61% 0.61% -
HSV(B) 319.34º 0.56% 0.85% -
XYZ 40.83 26.33 45.05 -
YUV 141.53 148.59 181.83 -
System Red Green Blue C M Y K H S L
Decimal 217 96 178 0 0.56 0.18 0.15 319.34 0.61 0.61
Hex D9 60 B2 0 38 12 F 13F 3D 3D
Octal 331 140 262 0 70 22 17 477 75 75
Binary 11011001 1100000 10110010 0 111000 10010 1111 100111111 111101 111101

Color Harmonies of #D960B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D960B2

Black with #D960B2

Text Example


Text Example

White with #D960B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D960B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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