Html Css Color HEX #D553BB Fuchsia

📋 copy color: '#D553BB'

red 213 ◦ green 83 ◦ blue 187

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

Shades of Fuchsia #D553BB

Tints of Fuchsia #D553BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.18%

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

R = 44.1%
G = 17.18%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D553BB (or 0xD553BB) is known color: Fuchsia. HEX triplet: D5, 53 and BB. RGB value is (213,83,187). Sum of RGB (Red+Green+Blue) = 213+83+187=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D553BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553BB is #2AAC44. Grayscale: #858585. Windows color (decimal): -2796613 or 12276693. OLE color: 12276693.

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

Color convert

RGB 213 83 187 -
CMYK 0 0.61 0.12 0.16
HSL 312º 0.61% 0.58% -
HSV(B) 312º 0.61% 0.84% -
XYZ 39.5 23.92 49.55 -
YUV 133.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 213 83 187 0 0.61 0.12 0.16 312 0.61 0.58
Hex D5 53 BB 0 3D C 10 138 3D 3A
Octal 325 123 273 0 75 14 20 470 75 72
Binary 11010101 1010011 10111011 0 111101 1100 10000 100111000 111101 111010

Color Harmonies of #D553BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D553BB

Black with #D553BB

Text Example


Text Example

White with #D553BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D553BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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