Html Css Color HEX #D960B8 Fuchsia

📋 copy color: '#D960B8'

red 217 ◦ green 96 ◦ blue 184

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

Shades of Fuchsia #D960B8

Tints of Fuchsia #D960B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.02%

R = 43.66%
G = 19.32%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D960B8 (or 0xD960B8) is known color: Fuchsia. HEX triplet: D9, 60 and B8. RGB value is (217,96,184). Sum of RGB (Red+Green+Blue) = 217+96+184=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D960B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D960B8 is #269F47. Grayscale: #8D8D8D. Windows color (decimal): -2531144 or 12083417. OLE color: 12083417.

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

Color convert

RGB 217 96 184 -
CMYK 0 0.56 0.15 0.15
HSL 316.36º 0.61% 0.61% -
HSV(B) 316.36º 0.56% 0.85% -
XYZ 41.45 26.58 48.29 -
YUV 142.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 217 96 184 0 0.56 0.15 0.15 316.36 0.61 0.61
Hex D9 60 B8 0 38 F F 13C 3D 3D
Octal 331 140 270 0 70 17 17 474 75 75
Binary 11011001 1100000 10111000 0 111000 1111 1111 100111100 111101 111101

Color Harmonies of #D960B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D960B8

Black with #D960B8

Text Example


Text Example

White with #D960B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D960B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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