Html Css Color HEX #D955B2 Fuchsia

📋 copy color: '#D955B2'

red 217 ◦ green 85 ◦ blue 178

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

Shades of Fuchsia #D955B2

Tints of Fuchsia #D955B2

RGB

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

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

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

R = 45.21%
G = 17.71%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D955B2 (or 0xD955B2) is known color: Fuchsia. HEX triplet: D9, 55 and B2. RGB value is (217,85,178). Sum of RGB (Red+Green+Blue) = 217+85+178=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D955B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D955B2 is #26AA4D. Grayscale: #868686. Windows color (decimal): -2533966 or 11687385. OLE color: 11687385.

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

Color convert

RGB 217 85 178 -
CMYK 0 0.61 0.18 0.15
HSL 317.73º 0.63% 0.59% -
HSV(B) 317.73º 0.61% 0.85% -
XYZ 39.9 24.46 44.74 -
YUV 135.07 152.23 186.44 -
System Red Green Blue C M Y K H S L
Decimal 217 85 178 0 0.61 0.18 0.15 317.73 0.63 0.59
Hex D9 55 B2 0 3D 12 F 13E 3F 3B
Octal 331 125 262 0 75 22 17 476 77 73
Binary 11011001 1010101 10110010 0 111101 10010 1111 100111110 111111 111011

Color Harmonies of #D955B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D955B2

Black with #D955B2

Text Example


Text Example

White with #D955B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D955B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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