Html Css Color HEX #D956B7 Fuchsia

📋 copy color: '#D956B7'

red 217 ◦ green 86 ◦ blue 183

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

Shades of Fuchsia #D956B7

Tints of Fuchsia #D956B7

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.7%

 BLUE value IS 183 (71.88% from 255) = 37.65%

R = 44.65%
G = 17.7%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D956B7 (or 0xD956B7) is known color: Fuchsia. HEX triplet: D9, 56 and B7. RGB value is (217,86,183). Sum of RGB (Red+Green+Blue) = 217+86+183=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D956B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D956B7 is #26A948. Grayscale: #878787. Windows color (decimal): -2533705 or 12015321. OLE color: 12015321.

HSL color Cylindrical-coordinate representation of color #D956B7: hue angle of 315.57º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D956B7 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 86 183 -
CMYK 0 0.60 0.16 0.15
HSL 315.57º 0.63% 0.59% -
HSV(B) 315.57º 0.6% 0.85% -
XYZ 40.49 24.83 47.46 -
YUV 136.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 217 86 183 0 0.60 0.16 0.15 315.57 0.63 0.59
Hex D9 56 B7 0 3C 10 F 13C 3F 3B
Octal 331 126 267 0 74 20 17 474 77 73
Binary 11011001 1010110 10110111 0 111100 10000 1111 100111100 111111 111011

Color Harmonies of #D956B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D956B7

Black with #D956B7

Text Example


Text Example

White with #D956B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D956B7; }

 p { color: rgb(217,86,183); }

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

background-color css

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

 a { background-color: rgb(217,86,183); }

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

border-color css

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

 span { border-color: rgb(217,86,183); }

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