Html Css Color HEX #D55FB3 Fuchsia

📋 copy color: '#D55FB3'

red 213 ◦ green 95 ◦ blue 179

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

Shades of Fuchsia #D55FB3

Tints of Fuchsia #D55FB3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.51%

 BLUE value IS 179 (70.31% from 255) = 36.76%

R = 43.74%
G = 19.51%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D55FB3 (or 0xD55FB3) is known color: Fuchsia. HEX triplet: D5, 5F and B3. RGB value is (213,95,179). Sum of RGB (Red+Green+Blue) = 213+95+179=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FB3 is #2AA04C. Grayscale: #8B8B8B. Windows color (decimal): -2793549 or 11755477. OLE color: 11755477.

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

Color convert

RGB 213 95 179 -
CMYK 0 0.55 0.16 0.16
HSL 317.29º 0.58% 0.6% -
HSV(B) 317.29º 0.55% 0.84% -
XYZ 39.67 25.59 45.5 -
YUV 139.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 213 95 179 0 0.55 0.16 0.16 317.29 0.58 0.6
Hex D5 5F B3 0 37 10 10 13D 3A 3C
Octal 325 137 263 0 67 20 20 475 72 74
Binary 11010101 1011111 10110011 0 110111 10000 10000 100111101 111010 111100

Color Harmonies of #D55FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FB3

Black with #D55FB3

Text Example


Text Example

White with #D55FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FB3; }

 p { color: rgb(213,95,179); }

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

background-color css

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

 a { background-color: rgb(213,95,179); }

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

border-color css

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

 span { border-color: rgb(213,95,179); }

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