Html Css Color HEX #D555B9 Fuchsia

📋 copy color: '#D555B9'

red 213 ◦ green 85 ◦ blue 185

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

Shades of Fuchsia #D555B9

Tints of Fuchsia #D555B9

RGB

 RED value IS 213 (83.59% from 255) = 44.1%

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

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 44.1%
G = 17.6%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D555B9 (or 0xD555B9) is known color: Fuchsia. HEX triplet: D5, 55 and B9. RGB value is (213,85,185). Sum of RGB (Red+Green+Blue) = 213+85+185=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D555B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555B9 is #2AAA46. Grayscale: #868686. Windows color (decimal): -2796103 or 12146133. OLE color: 12146133.

HSL color Cylindrical-coordinate representation of color #D555B9: hue angle of 313.12º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D555B9 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 85 185 -
CMYK 0 0.60 0.13 0.16
HSL 313.13º 0.6% 0.58% -
HSV(B) 313.13º 0.6% 0.84% -
XYZ 39.45 24.15 48.48 -
YUV 134.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 213 85 185 0 0.60 0.13 0.16 313.13 0.6 0.58
Hex D5 55 B9 0 3C D 10 139 3C 3A
Octal 325 125 271 0 74 15 20 471 74 72
Binary 11010101 1010101 10111001 0 111100 1101 10000 100111001 111100 111010

Color Harmonies of #D555B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D555B9

Black with #D555B9

Text Example


Text Example

White with #D555B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D555B9; }

 p { color: rgb(213,85,185); }

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

background-color css

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

 a { background-color: rgb(213,85,185); }

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

border-color css

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

 span { border-color: rgb(213,85,185); }

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