Html Css Color HEX #D55FBB Fuchsia

📋 copy color: '#D55FBB'

red 213 ◦ green 95 ◦ blue 187

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

Shades of Fuchsia #D55FBB

Tints of Fuchsia #D55FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.78%

R = 43.03%
G = 19.19%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D55FBB (or 0xD55FBB) is known color: Fuchsia. HEX triplet: D5, 5F and BB. RGB value is (213,95,187). Sum of RGB (Red+Green+Blue) = 213+95+187=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FBB is #2AA044. Grayscale: #8C8C8C. Windows color (decimal): -2793541 or 12279765. OLE color: 12279765.

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

Color convert

RGB 213 95 187 -
CMYK 0 0.55 0.12 0.16
HSL 313.22º 0.58% 0.6% -
HSV(B) 313.22º 0.55% 0.84% -
XYZ 40.5 25.92 49.88 -
YUV 140.77 154.09 179.52 -
System Red Green Blue C M Y K H S L
Decimal 213 95 187 0 0.55 0.12 0.16 313.22 0.58 0.6
Hex D5 5F BB 0 37 C 10 139 3A 3C
Octal 325 137 273 0 67 14 20 471 72 74
Binary 11010101 1011111 10111011 0 110111 1100 10000 100111001 111010 111100

Color Harmonies of #D55FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FBB

Black with #D55FBB

Text Example


Text Example

White with #D55FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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