Html Css Color HEX #D955B0 Fuchsia

📋 copy color: '#D955B0'

red 217 ◦ green 85 ◦ blue 176

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

Shades of Fuchsia #D955B0

Tints of Fuchsia #D955B0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.78%

 BLUE value IS 176 (69.14% from 255) = 36.82%

R = 45.4%
G = 17.78%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D955B0 (or 0xD955B0) is known color: Fuchsia. HEX triplet: D9, 55 and B0. RGB value is (217,85,176). Sum of RGB (Red+Green+Blue) = 217+85+176=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D955B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D955B0 is #26AA4F. Grayscale: #868686. Windows color (decimal): -2533968 or 11556313. OLE color: 11556313.

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

Color convert

RGB 217 85 176 -
CMYK 0 0.61 0.19 0.15
HSL 318.64º 0.63% 0.59% -
HSV(B) 318.64º 0.61% 0.85% -
XYZ 39.7 24.38 43.69 -
YUV 134.84 151.23 186.6 -
System Red Green Blue C M Y K H S L
Decimal 217 85 176 0 0.61 0.19 0.15 318.64 0.63 0.59
Hex D9 55 B0 0 3D 13 F 13F 3F 3B
Octal 331 125 260 0 75 23 17 477 77 73
Binary 11011001 1010101 10110000 0 111101 10011 1111 100111111 111111 111011

Color Harmonies of #D955B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D955B0

Black with #D955B0

Text Example


Text Example

White with #D955B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D955B0; }

 p { color: rgb(217,85,176); }

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

background-color css

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

 a { background-color: rgb(217,85,176); }

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

border-color css

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

 span { border-color: rgb(217,85,176); }

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