Html Css Color HEX #D55FB7 Fuchsia

📋 copy color: '#D55FB7'

red 213 ◦ green 95 ◦ blue 183

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

Shades of Fuchsia #D55FB7

Tints of Fuchsia #D55FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.27%

R = 43.38%
G = 19.35%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D55FB7 (or 0xD55FB7) is known color: Fuchsia. HEX triplet: D5, 5F and B7. RGB value is (213,95,183). Sum of RGB (Red+Green+Blue) = 213+95+183=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FB7 is #2AA048. Grayscale: #8C8C8C. Windows color (decimal): -2793545 or 12017621. OLE color: 12017621.

HSL color Cylindrical-coordinate representation of color #D55FB7: hue angle of 315.25º 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 #D55FB7 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 95 183 -
CMYK 0 0.55 0.14 0.16
HSL 315.25º 0.58% 0.6% -
HSV(B) 315.25º 0.55% 0.84% -
XYZ 40.08 25.75 47.66 -
YUV 140.31 152.09 179.84 -
System Red Green Blue C M Y K H S L
Decimal 213 95 183 0 0.55 0.14 0.16 315.25 0.58 0.6
Hex D5 5F B7 0 37 E 10 13B 3A 3C
Octal 325 137 267 0 67 16 20 473 72 74
Binary 11010101 1011111 10110111 0 110111 1110 10000 100111011 111010 111100

Color Harmonies of #D55FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FB7

Black with #D55FB7

Text Example


Text Example

White with #D55FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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