Html Css Color HEX #D956B5 Fuchsia

📋 copy color: '#D956B5'

red 217 ◦ green 86 ◦ blue 181

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

Shades of Fuchsia #D956B5

Tints of Fuchsia #D956B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.4%

R = 44.83%
G = 17.77%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D956B5 (or 0xD956B5) is known color: Fuchsia. HEX triplet: D9, 56 and B5. RGB value is (217,86,181). Sum of RGB (Red+Green+Blue) = 217+86+181=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D956B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D956B5 is #26A94A. Grayscale: #878787. Windows color (decimal): -2533707 or 11884249. OLE color: 11884249.

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

Color convert

RGB 217 86 181 -
CMYK 0 0.60 0.17 0.15
HSL 316.49º 0.63% 0.59% -
HSV(B) 316.49º 0.6% 0.85% -
XYZ 40.28 24.74 46.37 -
YUV 136 153.4 185.78 -
System Red Green Blue C M Y K H S L
Decimal 217 86 181 0 0.60 0.17 0.15 316.49 0.63 0.59
Hex D9 56 B5 0 3C 11 F 13C 3F 3B
Octal 331 126 265 0 74 21 17 474 77 73
Binary 11011001 1010110 10110101 0 111100 10001 1111 100111100 111111 111011

Color Harmonies of #D956B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D956B5

Black with #D956B5

Text Example


Text Example

White with #D956B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D956B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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